aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormarkt <markt>2007-04-08 17:57:49 (GMT)
committermarkt <markt>2007-04-08 17:57:49 (GMT)
commit863eca5517b4f91e26d889d598f41816acf60a40 (patch)
tree18be5baa27a1c5fa8523ff951bdf751b8f163a44 /doc
parent12a8b3c038c9ccb577c699d41a1d19602132a7a8 (diff)
downloadfluxbox-863eca5517b4f91e26d889d598f41816acf60a40.zip
fluxbox-863eca5517b4f91e26d889d598f41816acf60a40.tar.bz2
added OnToolbar modifier, removed followModel, fixed unpressed button rendering
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc/fluxbox.txt38
1 files changed, 8 insertions, 30 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt
index 657e09c..9feb7bc 100644
--- a/doc/asciidoc/fluxbox.txt
+++ b/doc/asciidoc/fluxbox.txt
@@ -304,10 +304,6 @@ from the init file, but this is an easier and faster way for most users.
304- *Windows Warping*: 304- *Windows Warping*:
305 If enabled, you can drag windows from one workspace to another. 305 If enabled, you can drag windows from one workspace to another.
306 306
307- *Desktop MouseWheel Switching*:
308 You will be able to change the workspace with your mousewheel if used on
309 the desktop or over the toolbar if the option is enabled.
310
311- *Decorate Transient Windows*: 307- *Decorate Transient Windows*:
312 With this option enabled all temporary windows will have a border and 308 With this option enabled all temporary windows will have a border and
313 grips. 309 grips.
@@ -558,13 +554,11 @@ The possible tools are:
558 554
559- *PrevWorkspace*: 555- *PrevWorkspace*:
560 This displays an arrow that allows to switch to the workspace left of the 556 This displays an arrow that allows to switch to the workspace left of the
561 current one. Same as MouseWheelDown with "Desktop MouseWheel Switching" 557 current one.
562 enabled.
563 558
564- *NextWorkspace*: 559- *NextWorkspace*:
565 This displays an arrow that allows to switch to the workspace right of the 560 This displays an arrow that allows to switch to the workspace right of the
566 current one. Same as MouseWheelUp with "Desktop MouseWheel Switching" 561 current one.
567 enabled.
568 562
569- *PrevWindow*: 563- *PrevWindow*:
570 This displays an arrow that switches focus to the previous visible window on 564 This displays an arrow that switches focus to the previous visible window on
@@ -712,21 +706,15 @@ session.screen0.toolbar.autoHide: <boolean>
712 used actively by the user, or they remain visible at all times. Default: 706 used actively by the user, or they remain visible at all times. Default:
713 False 707 False
714 708
715session.screen0.desktopwheeling: <boolean>
716session.screen0.toolbar.wheeling: <boolean>
717 These set the ability to utilize the user's scroll wheel to change the
718 current workspace. Default: True
719
720session.screen0.windowScrollAction: shade|nexttab 709session.screen0.windowScrollAction: shade|nexttab
721 This allows you to execute a command by scrolling on the titlebar of a 710 This allows you to execute a command by scrolling on the titlebar of a
722 window. For `shade', scrolling down will shade the window, and scrolling 711 window. For `shade', scrolling down will shade the window, and scrolling
723 up will unshade it. For `nexttab', scrolling down will focus the next tab, 712 up will unshade it. For `nexttab', scrolling down will focus the next tab,
724 and scrolling up will focus the previous one. Default: <blank> 713 and scrolling up will focus the previous one. Default: <blank>
725 714
726session.screen0.reversewheeling: <boolean>
727session.screen0.windowScrollReverse: <boolean> 715session.screen0.windowScrollReverse: <boolean>
728 These switch the roles of scrolling up and scrolling down for the previous 716 This switches the role of scrolling up and scrolling down for the previous
729 two sets of resources. Default: False 717 resource. Default: False
730 718
731session.screen0.slit.layer: <layer> 719session.screen0.slit.layer: <layer>
732session.screen0.toolbar.layer: <layer> 720session.screen0.toolbar.layer: <layer>
@@ -809,12 +797,6 @@ session.screen0.iconbar.iconTextPadding: <integer>
809 This specifies the space between the window title and the edge of the 797 This specifies the space between the window title and the edge of the
810 button. Default: 10 798 button. Default: 10
811 799
812session.screen0.iconbar.wheelMode: Screen|On|Off
813 This defines the behavior for scrolling on the iconbar. `Screen' uses the
814 value set in session.screen0.desktopWheeling . `On' means scrolling on the
815 iconbar will change the current workspace. `Off' means scrolling on the
816 iconbar will do nothing. Default: Screen
817
818session.screen0.iconbar.alignment: <position> 800session.screen0.iconbar.alignment: <position>
819 This value should be changed in the Iconbar Mode menu. Default: 801 This value should be changed in the Iconbar Mode menu. Default:
820 Relative 802 Relative
@@ -854,16 +836,12 @@ session.screen0.tab.placement: <placement>
854session.screen0.tab.width: <integer> 836session.screen0.tab.width: <integer>
855 This specifies the width of external tabs in pixels. Default: 64 837 This specifies the width of external tabs in pixels. Default: 64
856 838
857session.screen0.followModel: <model>
858session.screen0.userFollowModel: <model> 839session.screen0.userFollowModel: <model>
859 This specifies the behavior when a window on another workspace becomes the 840 This specifies the behavior when a window on another workspace becomes the
860 active window. The former is used when an application asks to focus the 841 active window. `Ignore' does nothing. `Follow' moves to the window's
861 window, and the latter is used when the window is activated due to user 842 workspace. `Current' moves the window to the current workspace.
862 actions, such as clicking in the iconbar, menu, or a pager. `Ignore' does 843 `SemiFollow' acts like `Current' for minimized windows and like `Follow'
863 nothing. `Follow' moves to the window's workspace. `Current' moves the 844 otherwise. Default: Follow
864 window to the current workspace. `SemiFollow' acts like `Current' for
865 iconified windows and like `Follow' otherwise. Defaults: Ignore and
866 Follow, respectively.
867 845
868session.screen0.resizeMode: Bottom|Quadrant|Center 846session.screen0.resizeMode: Bottom|Quadrant|Center
869 Setting this resource to `Quadrant' makes resizing by using the modkey 847 Setting this resource to `Quadrant' makes resizing by using the modkey