aboutsummaryrefslogtreecommitdiffstats
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-27 09:37:10 +0900
commita08081a4055d1487d4f60803b99b73cae234e9a2 (patch)
tree8778c8ecd4d877376b35b4571b111e14b6bcd65a
parentinput/keyboard: send released only if pressed sent (diff)
downloadsway-a08081a4055d1487d4f60803b99b73cae234e9a2.tar.gz
sway-a08081a4055d1487d4f60803b99b73cae234e9a2.tar.zst
sway-a08081a4055d1487d4f60803b99b73cae234e9a2.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
-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 8049836b..a33ac82f 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -533,11 +533,6 @@ The default colors are:
533 windows, and right click to resize them. If _inverse_ is specified, left 533 windows, and right click to resize them. If _inverse_ is specified, left
534 click is used for resizing and right click for moving. 534 click is used for resizing and right click for moving.
535 535
536*floating_scroll* up|right|down|left [command]
537 Sets a command to be executed when the mouse wheel is scrolled in the
538 specified direction while holding the floating modifier. Resets the
539 command, when given no arguments.
540
541*focus_follows_mouse* yes|no|always 536*focus_follows_mouse* yes|no|always
542 If set to _yes_, moving your mouse over a window will focus that window. If 537 If set to _yes_, moving your mouse over a window will focus that window. If
543 set to _always_, the window under the cursor will always be focused, even 538 set to _always_, the window under the cursor will always be focused, even