Drew DeVault
db1631b67d
Merge pull request #3342 from RedSoxFan/scroll-buttons-improved
...
Improve mouse button parsing: input scroll_button
6 years ago
Brian Ashworth
4e6bd53abf
input_cmd_scroll_button: utilize mouse btn helpers
...
This modifies `input_cmd_scroll_button` to utilize the mouse button
helper `get_mouse_button` when parsing the button. x11 axis buttons are
not supported with this command and `CMD_INVALID` will be returned, but
all other x11 buttons, button event names, and button event codes should
be working
6 years ago
Brian Ashworth
55e1d599a2
input_cmd_events: implement toggle
...
Implements toggling input events during runtime. This will not attempt
to toggle to a mode that is not supported by the device.
When toggling the wildcard input, the device specific input configs are
altered. Each device will cycle one supported mode.
6 years ago
Brian Ashworth
4d88c95790
hide_cursor: change to a seat subcommand
...
This makes hide_cursor a seat subcommand, which allows for seat specific
timeouts.
6 years ago
Spencer Michaels
70bc4c3ab6
Add scroll factor config option.
6 years ago
Drew DeVault
b69060fc58
Establish sway-output(5)
6 years ago
Drew DeVault
e60ad3f677
Fix some missing commands in sway-input(5)
6 years ago
Drew DeVault
8f6aca2166
Merge pull request #2725 from PumbaPe/add-tap-and-drag
...
Add tap and drag to sway-input
6 years ago
PP
ae2b70f59e
add tap-and-drag setting to sway-input
6 years ago
Brian Ashworth
a9d9944e76
sway{,bar,input}.5: changes for generic blocks
6 years ago
Marius Orcsik
7b9aee5451
Escaping underscores in tap_button_map
6 years ago
Geoff Greer
30fee94354
Don't enable numlock by default. This fixes an annoying issue where laptop keyboards would have 'numlock mode' enabled, remapping parts of the alphabet to numbers.
6 years ago
ProgAndy
0ba52458ab
Restrict CapsLock and NumLock commands to the configuration file
6 years ago
ProgAndy
d07463d53b
Add documentation for xkb_capslock/xkb_numlock
6 years ago
Brian Ashworth
13c6627ddb
Implement tap_button_map for input devices
6 years ago
Robert Kubosz
20d6c7c2e4
add paragraph to sway-input man page
...
The added paragraph describes how to get button identifier and set it in
config.
6 years ago
Thomas Plaçais
ab5c8c31a0
Escape underscore in sway-input(5) man page to avoid invalid colors
6 years ago
Drew DeVault
d9a08b7a9d
Add sway-input(5)
7 years ago