PP
ae2b70f59e
add tap-and-drag setting to sway-input
6 years ago
Ian Fan
a6c5628fa7
input config: merge left_handed option
6 years ago
Brian Ashworth
baeb28ea62
Implement support for input wildcard
6 years ago
Ian Fan
8e8a5ca217
config: free strings fields when freeing input config
6 years ago
ProgAndy
2166dbe2e4
Implement setting NumLock and CapsLock status
...
After setting the keymap, try to enable NumLock and disable CapsLock.
This only works if sway has the xkb master state and controls the keyboard.
Prepare configuration settings for later use as well.
6 years ago
Brian Ashworth
13c6627ddb
Implement tap_button_map for input devices
6 years ago
Robert Kubosz
08edaf4e76
increase maximum value of button identifier
...
and also cleanup spaces
6 years ago
Robert Kubosz
41b80c28df
add scroll button option
...
This commit introduces a scroll_button option, which is intended to be
used with scroll_method. Now user can edit his sway config and add an
scroll_button option to device section.
6 years ago
emersion
63b4bf5000
Update for swaywm/wlroots#1126
6 years ago
emersion
ff61df17ff
Add map_from_region command
7 years ago
Ryan Dwyer
5b30391383
Make key repeat configurable
...
This creates two input commands for configuring the repeat delay and rate.
Example config:
input "myidentifier" {
repeat_delay 250
repeat_rate 25
}
7 years ago
Drew DeVault
0e3ddf255e
Add input "identifier" map_to_output "identifier"
7 years ago
Tony Crisci
9f54cd8935
copy config references for input and seat
7 years ago
Dominique Martinet
67985e9031
sway: change all sway_log to wlr_log
7 years ago
Tony Crisci
f4a5a0ead4
put seat and input config in their own files
7 years ago