diff options
author | fluxgen <fluxgen> | 2002-05-19 10:43:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-19 10:43:23 (GMT) |
commit | c0a9d432ea21f4f2d4e0f925e4305737c86d0c77 (patch) | |
tree | 706da08e6587ec590351d11ee2e9b602b5c08ad3 | |
parent | 3015ce4634795c9763d5db7cc60150f75bb2d45f (diff) | |
download | fluxbox-c0a9d432ea21f4f2d4e0f925e4305737c86d0c77.zip fluxbox-c0a9d432ea21f4f2d4e0f925e4305737c86d0c77.tar.bz2 |
remove titlebar
-rw-r--r-- | doc/fluxbox.1.in | 6 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 06a6ba1..1f53fc1 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -783,11 +783,11 @@ ToggleDecor | |||
783 | .SH TITLEBAR FILE | 783 | .SH TITLEBAR FILE |
784 | Fluxbox lets you customise the button layout on the window titlebar. This is | 784 | Fluxbox lets you customise the button layout on the window titlebar. This is |
785 | done by modifying the | 785 | done by modifying the |
786 | .IR ~/.fluxbox/titlebar | 786 | .IR ~/.fluxbox/init |
787 | file. | 787 | file. |
788 | .EX | 788 | .EX |
789 | Right: minimize maximize close | 789 | session.titlebar.right: minimize maximize close |
790 | Left: sticky | 790 | session.titlebar.left: sticky |
791 | .EE | 791 | .EE |
792 | .SH THE SLIT | 792 | .SH THE SLIT |
793 | The slit is a special Fluxbox window frame that can contain dockable | 793 | The slit is a special Fluxbox window frame that can contain dockable |
diff --git a/src/Makefile.am b/src/Makefile.am index 8dfe9ef..e93ccdd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | DEFAULT_MENU=$(pkgdatadir)/menu | 26 | DEFAULT_MENU=$(pkgdatadir)/menu |
27 | DEFAULT_STYLE=$(pkgdatadir)/styles/Clean | 27 | DEFAULT_STYLE=$(pkgdatadir)/styles/Clean |
28 | DEFAULT_TITLEBAR=$(pkgdatadir)/titlebar | ||
29 | DEFAULT_KEYSFILE=$(pkgdatadir)/keys | 28 | DEFAULT_KEYSFILE=$(pkgdatadir)/keys |
30 | DEFAULT_INITFILE= | 29 | DEFAULT_INITFILE= |
31 | 30 | ||
@@ -33,7 +32,6 @@ CPPFLAGS= -Wall @CPPFLAGS@ \ | |||
33 | -DLOCALEPATH=\"$(pkgdatadir)/nls\" \ | 32 | -DLOCALEPATH=\"$(pkgdatadir)/nls\" \ |
34 | -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ | 33 | -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ |
35 | -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \ | 34 | -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \ |
36 | -DDEFAULTTITLEBAR=\"$(DEFAULT_TITLEBAR)\"\ | ||
37 | -DDEFAULTKEYSFILE=\"$(DEFAULT_KEYSFILE)\"\ | 35 | -DDEFAULTKEYSFILE=\"$(DEFAULT_KEYSFILE)\"\ |
38 | -DDEFAULT_INITFILE=\"$(pkgdatadir)/init\" | 36 | -DDEFAULT_INITFILE=\"$(pkgdatadir)/init\" |
39 | 37 | ||