2023-05-11 20:57:34 +00:00
|
|
|
### Input configuration
|
|
|
|
#
|
|
|
|
# Example configuration:
|
|
|
|
#
|
|
|
|
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
|
|
|
# dwt enabled
|
|
|
|
# tap enabled
|
|
|
|
# natural_scroll enabled
|
|
|
|
# middle_emulation enabled
|
|
|
|
# }
|
|
|
|
#
|
|
|
|
|
|
|
|
input "type:keyboard" {
|
|
|
|
xkb_layout "de"
|
|
|
|
xkb_variant "neo"
|
|
|
|
}
|
2023-05-16 20:16:42 +00:00
|
|
|
input "type:touchpad" {
|
|
|
|
tap enabled
|
|
|
|
natural_scroll enabled
|
|
|
|
middle_emulation enabled
|
|
|
|
}
|
2023-05-11 20:57:34 +00:00
|
|
|
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
|
|
|
# Read `man 5 sway-input` for more information about this section.
|