diff options
author | markt <markt> | 2007-10-14 18:05:31 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-14 18:05:31 (GMT) |
commit | 7e4f8a38531642cc9cb6cba31499d549f4c5f8a0 (patch) | |
tree | cd06e7c0330aff145744a8284bf5ff8ad4f0bbe1 /doc/asciidoc | |
parent | 79cd21ce0fe56f4b38a96ecccc969f740b801cc8 (diff) | |
download | fluxbox_pavel-7e4f8a38531642cc9cb6cba31499d549f4c5f8a0.zip fluxbox_pavel-7e4f8a38531642cc9cb6cba31499d549f4c5f8a0.tar.bz2 |
add support for transient windows in client patterns, and merge a few more changes from pre-devel
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 9126758..0c136a0 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -706,20 +706,15 @@ session.screen0.toolbar.autoHide: <boolean> | |||
706 | 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: |
707 | False | 707 | False |
708 | 708 | ||
709 | session.screen0.desktopwheeling: <boolean> | ||
710 | This sets the ability to utilize the user's scroll wheel to change the | ||
711 | current workspace. Default: True | ||
712 | |||
713 | session.screen0.windowScrollAction: shade|nexttab | 709 | session.screen0.windowScrollAction: shade|nexttab |
714 | 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 |
715 | window. For `shade', scrolling down will shade the window, and scrolling | 711 | window. For `shade', scrolling down will shade the window, and scrolling |
716 | 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, |
717 | and scrolling up will focus the previous one. Default: <blank> | 713 | and scrolling up will focus the previous one. Default: <blank> |
718 | 714 | ||
719 | session.screen0.reversewheeling: <boolean> | ||
720 | session.screen0.windowScrollReverse: <boolean> | 715 | session.screen0.windowScrollReverse: <boolean> |
721 | 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 |
722 | two sets of resources. Default: False | 717 | resource. Default: False |
723 | 718 | ||
724 | session.screen0.slit.layer: <layer> | 719 | session.screen0.slit.layer: <layer> |
725 | session.screen0.toolbar.layer: <layer> | 720 | session.screen0.toolbar.layer: <layer> |
@@ -802,12 +797,6 @@ session.screen0.iconbar.iconTextPadding: <integer> | |||
802 | 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 |
803 | button. Default: 10 | 798 | button. Default: 10 |
804 | 799 | ||
805 | session.screen0.iconbar.wheelMode: Screen|On|Off | ||
806 | This defines the behavior for scrolling on the iconbar. `Screen' uses the | ||
807 | value set in session.screen0.desktopWheeling . `On' means scrolling on the | ||
808 | iconbar will change the current workspace. `Off' means scrolling on the | ||
809 | iconbar will do nothing. Default: Screen | ||
810 | |||
811 | session.screen0.iconbar.alignment: <position> | 800 | session.screen0.iconbar.alignment: <position> |
812 | This value should be changed in the Iconbar Mode menu. Default: | 801 | This value should be changed in the Iconbar Mode menu. Default: |
813 | Relative | 802 | Relative |
@@ -847,16 +836,17 @@ session.screen0.tab.placement: <placement> | |||
847 | session.screen0.tab.width: <integer> | 836 | session.screen0.tab.width: <integer> |
848 | This specifies the width of external tabs in pixels. Default: 64 | 837 | This specifies the width of external tabs in pixels. Default: 64 |
849 | 838 | ||
850 | session.screen0.followModel: <model> | ||
851 | session.screen0.userFollowModel: <model> | 839 | session.screen0.userFollowModel: <model> |
852 | 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 |
853 | 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 |
854 | window, and the latter is used when the window is activated due to user | 842 | workspace. `Current' moves the window to the current workspace. |
855 | actions, such as clicking in the iconbar, menu, or a pager. `Ignore' does | 843 | `SemiFollow' acts like `Current' for minimized windows and like `Follow' |
856 | nothing. `Follow' moves to the window's workspace. `Current' moves the | 844 | otherwise. Default: Follow |
857 | window to the current workspace. `SemiFollow' acts like `Current' for | 845 | |
858 | iconified windows and like `Follow' otherwise. Defaults: Ignore and | 846 | session.screen0.followModel: <model> |
859 | Follow, respectively. | 847 | This specifies the behavior when a window on another workspace requests to |
848 | be focused. `Ignore' does nothing, and `Follow' uses the setting in | ||
849 | session.screen0.userFollowModel. Default: Ignore | ||
860 | 850 | ||
861 | session.screen0.resizeMode: Bottom|Quadrant|Center | 851 | session.screen0.resizeMode: Bottom|Quadrant|Center |
862 | Setting this resource to `Quadrant' makes resizing by using the modkey | 852 | Setting this resource to `Quadrant' makes resizing by using the modkey |