dotfiles/sway/config.d/devices.conf

23 lines
375 B
Text
Raw Normal View History

2022-09-12 15:58:28 +00:00
# Read `man 5 sway-input` for more information about this section.
2022-09-20 16:21:07 +00:00
output DP-2 position 0 0
output HDMI-A-2 position 1920 0
input type:keyboard {
xkb_layout "ro"
}
2022-09-22 05:54:25 +00:00
input type:mouse {
accel_profile flat
pointer_accel -0.15
}
input type:touchpad {
pointer_accel 0.2
click_method clickfinger
tap enabled
tap_button_map lrm
drag enabled
middle_emulation enabled
2022-09-12 15:58:28 +00:00
}