diff options
author | markt <markt> | 2007-01-24 17:11:47 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-24 17:11:47 (GMT) |
commit | a5ee8e9d91b30081b80d0dc622a774482a3612c9 (patch) | |
tree | b6c95dd06ac1655defe352b9d39755f58877b41f /doc | |
parent | 240ebcb30a0b2a342fe1aad3985654fa54ff36fe (diff) | |
download | fluxbox-a5ee8e9d91b30081b80d0dc622a774482a3612c9.zip fluxbox-a5ee8e9d91b30081b80d0dc622a774482a3612c9.tar.bz2 |
documented scroll actions in the manual
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index afed102..a61a3a0 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -765,6 +765,17 @@ session.screen0.toolbar.wheeling: <boolean> | |||
765 | These set the ability to utilize the user's scroll wheel to change the | 765 | These set the ability to utilize the user's scroll wheel to change the |
766 | current workspace. Default: True | 766 | current workspace. Default: True |
767 | 767 | ||
768 | session.screen0.windowScrollAction: shade|nexttab | ||
769 | This allows you to execute a command by scrolling on the titlebar of a | ||
770 | window. For `shade', scrolling down will shade the window, and scrolling | ||
771 | up will unshade it. For `nexttab', scrolling down will focus the next tab, | ||
772 | and scrolling up will focus the previous one. Default: <blank> | ||
773 | |||
774 | session.screen0.reversewheeling: <boolean> | ||
775 | session.screen0.windowScrollReverse: <boolean> | ||
776 | These switch the roles of scrolling up and scrolling down for the previous | ||
777 | two sets of resources. Default: False | ||
778 | |||
768 | session.screen0.slit.layer: <layer> | 779 | session.screen0.slit.layer: <layer> |
769 | session.screen0.toolbar.layer: <layer> | 780 | session.screen0.toolbar.layer: <layer> |
770 | With these two resources, you can set the layer you want the toolbar and | 781 | With these two resources, you can set the layer you want the toolbar and |