dotfiles/sway/config.d/devices.conf
2022-09-22 08:56:26 +03:00

22 lines
375 B
Text

# Read `man 5 sway-input` for more information about this section.
output DP-2 position 0 0
output HDMI-A-2 position 1920 0
input type:keyboard {
xkb_layout "ro"
}
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
}