mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Support floating_scroll sideways
This commit is contained in:
parent
2c9553a6fd
commit
e73dde3b10
5 changed files with 32 additions and 6 deletions
|
|
@ -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>::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue