mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Add scroll factor config option.
This commit is contained in:
parent
b87250425f
commit
70bc4c3ab6
11 changed files with 80 additions and 7 deletions
|
|
@ -105,14 +105,18 @@ The following commands may only be used in the configuration file.
|
|||
*input* <identifier> repeat\_rate <characters per second>
|
||||
Sets the frequency of key repeats once the repeat\_delay has passed.
|
||||
|
||||
*input* <identifier> scroll\_method none|two\_finger|edge|on\_button\_down
|
||||
Changes the scroll method for the specified input device.
|
||||
|
||||
*input* <identifier> scroll\_button <button\_identifier>
|
||||
Sets button used for scroll\_method on\_button\_down. The button identifier
|
||||
can be obtained from `libinput debug-events`.
|
||||
If set to 0, it disables the scroll\_button on\_button\_down.
|
||||
|
||||
*input* <identifier> scroll\_factor <floating point value>
|
||||
Changes the scroll factor for the specified input device. Scroll speed will
|
||||
be scaled by the given value, which must be non-negative.
|
||||
|
||||
*input* <identifier> scroll\_method none|two\_finger|edge|on\_button\_down
|
||||
Changes the scroll method for the specified input device.
|
||||
|
||||
*input* <identifier> tap enabled|disabled
|
||||
Enables or disables tap for specified input device.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue