diff options
author | fluxgen <fluxgen> | 2002-01-11 12:35:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-11 12:35:36 (GMT) |
commit | cc31156fbe3ff4f4a25652791ca695dab4426032 (patch) | |
tree | 07a0f42d2534eeea686bde657b8050388b41ad57 | |
parent | aca8608cb6316fff1e23acbeee6962e0b58b31fb (diff) | |
download | fluxbox-cc31156fbe3ff4f4a25652791ca695dab4426032.zip fluxbox-cc31156fbe3ff4f4a25652791ca695dab4426032.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | doc/fluxbox.1.in | 6 |
3 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,8 @@ | |||
1 | Changes for 0.1.6: | 1 | Changes for 0.1.6: |
2 | *01/01/11: | 2 | *01/01/11: |
3 | * Fixed so it compiles with cygwin (Thanks Eric Nicolas) | 3 | * Fixed so it compiles with cygwin (Thanks Eric Nicolas) |
4 | * Fixed bug in maximize over slit option | ||
5 | * Updated documents (Thanks Rando Christensen) | ||
4 | *02/01/10: | 6 | *02/01/10: |
5 | * Fixed {VERT,HORIZ}{INC,DEC} keybindings so that tabs will | 7 | * Fixed {VERT,HORIZ}{INC,DEC} keybindings so that tabs will |
6 | resize/reposition. (Claes Nästén) | 8 | resize/reposition. (Claes Nästén) |
@@ -41,8 +41,8 @@ A few extra notes: | |||
41 | This will group the two windows together. | 41 | This will group the two windows together. |
42 | - With 'Sloppy Window Grouping' turned on (in your configure menu), you can | 42 | - With 'Sloppy Window Grouping' turned on (in your configure menu), you can |
43 | drop the tabs anywhere on the target window to group windows together. | 43 | drop the tabs anywhere on the target window to group windows together. |
44 | - The 'Maximize Slit Stop' option means that maximized windows will stop at | 44 | - The 'Maximize over Slit' option means that maximized windows will not stop |
45 | the outside border of the slit, keeping the slit in full view. | 45 | at the outside border of the slit, and will instead cover it. |
46 | - In the init file, the session.screen0.rootCommand: option will override | 46 | - In the init file, the session.screen0.rootCommand: option will override |
47 | the rootCommand option in a theme- keeping your background the same, no | 47 | the rootCommand option in a theme- keeping your background the same, no |
48 | matter what the theme says it should be. | 48 | matter what the theme says it should be. |
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 74f2ef6..3d2f5c0 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -824,9 +824,9 @@ be turned on their sides. | |||
824 | This option allows you to drop a tab anywhere on the target window to group it, | 824 | This option allows you to drop a tab anywhere on the target window to group it, |
825 | instead of only on the target window's tab. | 825 | instead of only on the target window's tab. |
826 | .TP | 826 | .TP |
827 | .B Maximize Slit Stop | 827 | .B Maximize Over Slit |
828 | This option makes maximizing windows stop at the slit border, so that your | 828 | This option makes maximized windows cover the Slit when they get maximized. |
829 | slit stays visible at all times. | 829 | Turn this option off if you want your slit to stay visible at all times. |
830 | .SH RESOURCE FILE | 830 | .SH RESOURCE FILE |
831 | Usually the | 831 | Usually the |
832 | .I ~/.fluxbox/init | 832 | .I ~/.fluxbox/init |