remove titlebar
This commit is contained in:
parent
3015ce4634
commit
c0a9d432ea
2 changed files with 3 additions and 5 deletions
|
@ -783,11 +783,11 @@ ToggleDecor
|
||||||
.SH TITLEBAR FILE
|
.SH TITLEBAR FILE
|
||||||
Fluxbox lets you customise the button layout on the window titlebar. This is
|
Fluxbox lets you customise the button layout on the window titlebar. This is
|
||||||
done by modifying the
|
done by modifying the
|
||||||
.IR ~/.fluxbox/titlebar
|
.IR ~/.fluxbox/init
|
||||||
file.
|
file.
|
||||||
.EX
|
.EX
|
||||||
Right: minimize maximize close
|
session.titlebar.right: minimize maximize close
|
||||||
Left: sticky
|
session.titlebar.left: sticky
|
||||||
.EE
|
.EE
|
||||||
.SH THE SLIT
|
.SH THE SLIT
|
||||||
The slit is a special Fluxbox window frame that can contain dockable
|
The slit is a special Fluxbox window frame that can contain dockable
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
DEFAULT_MENU=$(pkgdatadir)/menu
|
DEFAULT_MENU=$(pkgdatadir)/menu
|
||||||
DEFAULT_STYLE=$(pkgdatadir)/styles/Clean
|
DEFAULT_STYLE=$(pkgdatadir)/styles/Clean
|
||||||
DEFAULT_TITLEBAR=$(pkgdatadir)/titlebar
|
|
||||||
DEFAULT_KEYSFILE=$(pkgdatadir)/keys
|
DEFAULT_KEYSFILE=$(pkgdatadir)/keys
|
||||||
DEFAULT_INITFILE=
|
DEFAULT_INITFILE=
|
||||||
|
|
||||||
|
@ -33,7 +32,6 @@ CPPFLAGS= -Wall @CPPFLAGS@ \
|
||||||
-DLOCALEPATH=\"$(pkgdatadir)/nls\" \
|
-DLOCALEPATH=\"$(pkgdatadir)/nls\" \
|
||||||
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
|
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
|
||||||
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
|
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
|
||||||
-DDEFAULTTITLEBAR=\"$(DEFAULT_TITLEBAR)\"\
|
|
||||||
-DDEFAULTKEYSFILE=\"$(DEFAULT_KEYSFILE)\"\
|
-DDEFAULTKEYSFILE=\"$(DEFAULT_KEYSFILE)\"\
|
||||||
-DDEFAULT_INITFILE=\"$(pkgdatadir)/init\"
|
-DDEFAULT_INITFILE=\"$(pkgdatadir)/init\"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue