27 lines
472 B
Plaintext
27 lines
472 B
Plaintext
|
### Input configuration
|
||
|
#
|
||
|
# 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.
|
||
|
input type:touchpad {
|
||
|
dwt enabled
|
||
|
tap enabled
|
||
|
natural_scroll enabled
|
||
|
}
|
||
|
|
||
|
#input type:mouse {
|
||
|
# map_to_output eDP-1
|
||
|
#}
|
||
|
#
|
||
|
#input type:touchpad {
|
||
|
# map_to_output eDP-1
|
||
|
#}
|
||
|
#
|
||
|
#input type:tablet_tool {
|
||
|
# map_to_output eDP-1
|
||
|
#}
|
||
|
#
|
||
|
#input type:touch {
|
||
|
# map_to_output eDP-1
|
||
|
#}
|
||
|
|