diff options
author | Thomas Lübking <thomas.luebking@gmail.com> | 2016-08-13 08:48:22 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2016-08-26 06:06:47 (GMT) |
commit | fe8ff8729299a4fd4371394d3ca9102ece22fefb (patch) | |
tree | 3d639acbd9b153e92c6f97b9f3e9bbb791c7f802 /doc/asciidoc | |
parent | 6c0565c482b496b7d34e3731415829e7c4872535 (diff) | |
download | fluxbox-fe8ff8729299a4fd4371394d3ca9102ece22fefb.zip fluxbox-fe8ff8729299a4fd4371394d3ca9102ece22fefb.tar.bz2 |
add autoraising to toolbar and slit
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 87bd554..3556f5a 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -604,6 +604,11 @@ All changes take effect immediately. Here are the settings: | |||
604 | remaining edge of the toolbar. See the *session.autoRaiseDelay* resource for | 604 | remaining edge of the toolbar. See the *session.autoRaiseDelay* resource for |
605 | the delay time. | 605 | the delay time. |
606 | 606 | ||
607 | *Auto raise*::: | ||
608 | If this is enabled the toolbar will elevate after a defined time when the | ||
609 | mouse pointer enters the it. It will fall back when the cursor leaves the | ||
610 | toolbar. See the *session.autoRaiseDelay* resource for the delay time. | ||
611 | |||
607 | *Toolbar width percentage*::: | 612 | *Toolbar width percentage*::: |
608 | Sets the width of the toolbar in a percentage of your total screen size. Use | 613 | Sets the width of the toolbar in a percentage of your total screen size. Use |
609 | the left mouse button to decrease and the right mouse-button to increase the | 614 | the left mouse button to decrease and the right mouse-button to increase the |
@@ -796,6 +801,11 @@ All changes take effect immediately. Here are the settings: | |||
796 | remaining edge of the slit. See the *session.autoRaiseDelay* resource for | 801 | remaining edge of the slit. See the *session.autoRaiseDelay* resource for |
797 | the delay time. | 802 | the delay time. |
798 | 803 | ||
804 | *Auto raise*::: | ||
805 | If this is enabled the slit will elevate after a defined time when the | ||
806 | mouse pointer enters the it. It will fall back when the cursor leaves the | ||
807 | slit. See the *session.autoRaiseDelay* resource for the delay time. | ||
808 | |||
799 | *Maximize Over*::: | 809 | *Maximize Over*::: |
800 | Enabling this option will allow windows to maximizing over the slit. With | 810 | Enabling this option will allow windows to maximizing over the slit. With |
801 | this switched off they will only expand to the edge of the slit. This | 811 | this switched off they will only expand to the edge of the slit. This |
@@ -886,6 +896,16 @@ used actively by the user, or they remain visible at all times. | |||
886 | + | 896 | + |
887 | Default: *False* | 897 | Default: *False* |
888 | 898 | ||
899 | *session.screen0.{slit|toolbar}.autoRaise*: 'boolean':: | ||
900 | If enabled, the respective item will elevate to the AboveDock layer when entered | ||
901 | and fall back to its regular layer when left. | ||
902 | Notice that this does *not* implicitly alter the items regular layer or the | ||
903 | workspace padding, ie. if the item is already set to AboveDock this does nothing | ||
904 | and if a mximized window completely covers the item you won't be able to enter, | ||
905 | thus elevate it. | ||
906 | + | ||
907 | Default: *False* | ||
908 | |||
889 | *session.screen0.{slit|toolbar}.layer*: 'layer':: | 909 | *session.screen0.{slit|toolbar}.layer*: 'layer':: |
890 | With these two resources, you can set the layer you want the toolbar and | 910 | With these two resources, you can set the layer you want the toolbar and |
891 | the slit to appear on. Please read the LAYER section for more information. | 911 | the slit to appear on. Please read the LAYER section for more information. |