diff options
Diffstat (limited to 'linux/sway/hid')
-rw-r--r-- | linux/sway/hid | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/linux/sway/hid b/linux/sway/hid deleted file mode 100644 index 23ad103..0000000 --- a/linux/sway/hid +++ /dev/null @@ -1,31 +0,0 @@ -output eDP-1 { - scale 1.4 -} - -input "type:keyboard" { - xkb_layout us,no - repeat_delay 300 - repeat_rate 40 - xkb_capslock disabled - xkb_numlock disabled -} - -input "type:touchpad" { - pointer_accel 0.0 - natural_scroll enabled - scroll_factor 1.0 - scroll_method two_finger - left_handed disabled - tap enabled - tap_button_map lrm - drag enabled - drag_lock disabled - dwt enabled - middle_emulation enabled -} - -input "type:pointer" { - natural_scroll disabled - scroll_factor 1.0 - left_handed disabled -} |