all repos — fluxbox @ 35398b91cabb1eda28c299d2f73e957252ef3260

custom fork of the fluxbox windowmanager

updated
fluxgen fluxgen
commit

35398b91cabb1eda28c299d2f73e957252ef3260

parent

86e2fb1b5e177a41a177fd8e8a7a256239f1e216

1 files changed, 9 insertions(+), 9 deletions(-)

jump to
M NEWSNEWS

@@ -23,6 +23,15 @@ [alpha] {int int} (or just {int})

Where numbers represent focused and unfocused transparency, respectively. One number only will be used for both. - Also, show toggle status for shade and stick in window menu. + * Introduced new key command: SetAlpha [[+-]<int> [[+-]<int>]] + - with no arguments, returns the focused window to default settings + - with one argument, changes both focused and unfocused settings the same + way + - with two arguments, the first changes the focused alpha, and the second + changes the unfocused alpha + E.g. SetAlpha 127 +5 will set the focused alpha to 127 and increment the + unfocused alpha by 5 (until it reaches 255) + * Added resource and menu item for maximizing over external tabs * Renamed session.screen*.iconbar.deiconifyMode to session.screen*.userFollowModel (Mark)

@@ -47,15 +56,6 @@ must also set `background.modX' and `background.modY' to integers

- added `background: none' for styles that do not include a background - fixed bug with style backgrounds not getting set when changing styles - updated default styles to be valid wrt background options - * Update window transparency immediately when using pseudotransparency, - also introduced new key command: SetAlpha [[+-]<int> [[+-]<int>]] - - with no arguments, returns the focused window to default settings - - with one argument, changes both focused and unfocused settings the same - way - - with two arguments, the first changes the focused alpha, and the second - changes the unfocused alpha - E.g. SetAlpha 127 +5 will set the focused alpha to 127 and increment the - unfocused alpha by 5 (until it reaches 255) * Made some changes to the way autogrouping in the apps file works - Introduced new syntax [group] (workspace) to group new windows only with windows on the current workspace.