aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-08-21 19:02:55 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-08-22 10:40:13 +0900
commitaa9ba581691b70ef907cde1539da9227c8b16c33 (patch)
tree5a6a1e9318d5cde47e5fd1c669bc6ee27ebb728c /sway/sway.5.scd
parentAllow moving a container hidden in scratchpad (diff)
downloadsway-aa9ba581691b70ef907cde1539da9227c8b16c33.tar.gz
sway-aa9ba581691b70ef907cde1539da9227c8b16c33.tar.zst
sway-aa9ba581691b70ef907cde1539da9227c8b16c33.zip
sway.5: remove mention of floating_scroll
It looks like floating_scroll was still in the sway(5) man page as a remnant of the 0.x era. This just removes it from the man page since it is no longer a valid command. Mouse bindings with Button4-7 can be used instead
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd5
1 files changed, 0 insertions, 5 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 128663cd..3ad91faf 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -536,11 +536,6 @@ The default colors are:
536 windows, and right click to resize them. If _inverse_ is specified, left 536 windows, and right click to resize them. If _inverse_ is specified, left
537 click is used for resizing and right click for moving. 537 click is used for resizing and right click for moving.
538 538
539*floating_scroll* up|right|down|left [command]
540 Sets a command to be executed when the mouse wheel is scrolled in the
541 specified direction while holding the floating modifier. Resets the
542 command, when given no arguments.
543
544*focus_follows_mouse* yes|no|always 539*focus_follows_mouse* yes|no|always
545 If set to _yes_, moving your mouse over a window will focus that window. If 540 If set to _yes_, moving your mouse over a window will focus that window. If
546 set to _always_, the window under the cursor will always be focused, even 541 set to _always_, the window under the cursor will always be focused, even