diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-05-14 16:47:45 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-05-14 16:47:45 -0400 |
commit | ae027aad5a4a1c83cb4dd073aaeb2276b2e659ac (patch) | |
tree | 26292b5ece4da11f72f7b3b486d2dc5c83caa026 /sway/sway.5.txt | |
parent | 2c9553a6fdfa7986fadeb3ac3883622a3c7aa8c5 (diff) | |
parent | e73dde3b1057c8248eb24b3c15c99f398472eeba (diff) | |
download | sway-ae027aad5a4a1c83cb4dd073aaeb2276b2e659ac.tar.xz |
Merge pull request #662 from Hummer12007/scroll
Support floating_scroll sideways
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt index 25229033..32ff79d8 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -156,9 +156,9 @@ or triggered at runtime. enabled, left click is used for resizing and right click for dragging. The mode paramenter is optional and defaults to _normal_ if it isn't defined. -**floating_scroll** <up|down> [command]:: - Sets the command to be executed on scrolling up and down - (respectively) while holding the floating modifier. Resets the +**floating_scroll** <up|down|left|right> [command]:: + Sets the command to be executed on scrolling in the specified + direction while holding the floating modifier. Resets the command, when given no arguments. **focus_follows_mouse** <yes|no>:: |