summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-05-08 10:27:40 -0700
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-05-08 10:27:40 -0700
commitdb0e1d6bc138100d351a41191f8e631d0b2b941e (patch)
treeed2cbb25cb60138bac65178e50ab9cf717dad787 /sway/sway.5.txt
parentMerge pull request #638 from neosilky/memleak (diff)
parentRemove FSB_GAPS_INNER and FSB_GAPS_OUTER (diff)
downloadsway-db0e1d6bc138100d351a41191f8e631d0b2b941e.tar.gz
sway-db0e1d6bc138100d351a41191f8e631d0b2b941e.tar.zst
sway-db0e1d6bc138100d351a41191f8e631d0b2b941e.zip
Merge pull request #645 from Hummer12007/floating_scroll
Implement configurable floating scroll behavior
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index a2570dcd..25229033 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -156,6 +156,11 @@ or triggered at runtime.
156 enabled, left click is used for resizing and right click for dragging. The 156 enabled, left click is used for resizing and right click for dragging. The
157 mode paramenter is optional and defaults to _normal_ if it isn't defined. 157 mode paramenter is optional and defaults to _normal_ if it isn't defined.
158 158
159**floating_scroll** <up|down> [command]::
160 Sets the command to be executed on scrolling up and down
161 (respectively) while holding the floating modifier. Resets the
162 command, when given no arguments.
163
159**focus_follows_mouse** <yes|no>:: 164**focus_follows_mouse** <yes|no>::
160 If set to _yes_, the currently focused view will change as you move your 165 If set to _yes_, the currently focused view will change as you move your
161 mouse around the screen to the view that ends up underneath your mouse. 166 mouse around the screen to the view that ends up underneath your mouse.