update
This commit is contained in:
parent
aca8608cb6
commit
cc31156fbe
3 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
|||
Changes for 0.1.6:
|
||||
*01/01/11:
|
||||
* Fixed so it compiles with cygwin (Thanks Eric Nicolas)
|
||||
* Fixed bug in maximize over slit option
|
||||
* Updated documents (Thanks Rando Christensen)
|
||||
*02/01/10:
|
||||
* Fixed {VERT,HORIZ}{INC,DEC} keybindings so that tabs will
|
||||
resize/reposition. (Claes Nästén)
|
||||
|
|
4
README
4
README
|
@ -41,8 +41,8 @@ A few extra notes:
|
|||
This will group the two windows together.
|
||||
- With 'Sloppy Window Grouping' turned on (in your configure menu), you can
|
||||
drop the tabs anywhere on the target window to group windows together.
|
||||
- The 'Maximize Slit Stop' option means that maximized windows will stop at
|
||||
the outside border of the slit, keeping the slit in full view.
|
||||
- The 'Maximize over Slit' option means that maximized windows will not stop
|
||||
at the outside border of the slit, and will instead cover it.
|
||||
- In the init file, the session.screen0.rootCommand: option will override
|
||||
the rootCommand option in a theme- keeping your background the same, no
|
||||
matter what the theme says it should be.
|
||||
|
|
|
@ -824,9 +824,9 @@ be turned on their sides.
|
|||
This option allows you to drop a tab anywhere on the target window to group it,
|
||||
instead of only on the target window's tab.
|
||||
.TP
|
||||
.B Maximize Slit Stop
|
||||
This option makes maximizing windows stop at the slit border, so that your
|
||||
slit stays visible at all times.
|
||||
.B Maximize Over Slit
|
||||
This option makes maximized windows cover the Slit when they get maximized.
|
||||
Turn this option off if you want your slit to stay visible at all times.
|
||||
.SH RESOURCE FILE
|
||||
Usually the
|
||||
.I ~/.fluxbox/init
|
||||
|
|
Loading…
Reference in a new issue