aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-05-08 10:21:20 +0300
committerLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-05-08 10:21:20 +0300
commit394a5d36cb5ac7f1d711fb4d02275ff4523b62bf (patch)
tree6517f25bb4c9156345371018787f1b1382d78ad0
parentImplemented configurable floating scroll behavior (diff)
downloadsway-394a5d36cb5ac7f1d711fb4d02275ff4523b62bf.tar.gz
sway-394a5d36cb5ac7f1d711fb4d02275ff4523b62bf.tar.zst
sway-394a5d36cb5ac7f1d711fb4d02275ff4523b62bf.zip
Documented floating_scroll
-rw-r--r--sway/sway.5.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index a2570dcd..fdb7818c 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -156,6 +156,18 @@ 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** behavior <gaps_inner|gaps_outer|custom>::
160 If set to _gaps_inner_, adjusts inner gaps of the windows on scrolling
161 while holding the floating modifier. If set to _gaps_outer_, adjusts
162 outer gaps. If set to _custom_, performs user-defined commands,
163 specified in *floating_scroll up|down*.
164
165**floating_scroll** <up|down> [command]::
166 Sets the command to be executed on scrolling up and down
167 (respectively) while holding the floating modifier, when
168 *floating_scroll behavior* is set to _custom_. Resets the command,
169 when given none.
170
159**focus_follows_mouse** <yes|no>:: 171**focus_follows_mouse** <yes|no>::
160 If set to _yes_, the currently focused view will change as you move your 172 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. 173 mouse around the screen to the view that ends up underneath your mouse.