diff options
author | simonb <simonb> | 2005-09-07 16:46:17 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-09-07 16:46:17 (GMT) |
commit | 070a216aa88ed56d391db8b73e7e9356e90742bb (patch) | |
tree | 0fdc7090dd22dda004ef6a44f774999f6c3bed29 /src/Window.hh | |
parent | cfb26be26928c53a0be267f4707041bb82371519 (diff) | |
download | fluxbox-070a216aa88ed56d391db8b73e7e9356e90742bb.zip fluxbox-070a216aa88ed56d391db8b73e7e9356e90742bb.tar.bz2 |
Add titlebar scrolling options (thanks Krzysiek Pawlik <krzysiek.pawlik__AT__people.pl>)
New init options added:
session.screenN.windowScrollAction: Shade|NextTab
- set the action that happens when scrolling on the titlebar
session.screenN.windowScrollReverse: true|false
- reverse the action direction
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index b4fcdfb..176f623 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -208,6 +208,10 @@ public: | |||
208 | void maximizeFull(); | 208 | void maximizeFull(); |
209 | /// toggles shade | 209 | /// toggles shade |
210 | void shade(); | 210 | void shade(); |
211 | /// shades window | ||
212 | void shadeOn(); | ||
213 | /// unshades window | ||
214 | void shadeOff(); | ||
211 | /// toggles sticky | 215 | /// toggles sticky |
212 | void stick(); | 216 | void stick(); |
213 | void raise(); | 217 | void raise(); |