diff options
Diffstat (limited to '.config/sway/langa')
-rw-r--r-- | .config/sway/langa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/sway/langa b/.config/sway/langa new file mode 100644 index 0000000..0d0d8c7 --- /dev/null +++ b/.config/sway/langa @@ -0,0 +1,19 @@ +input "2:7:SynPS/2_Synaptics_TouchPad" { + events disabled + dwt enabled + tap enabled + natural_scroll enabled + click_method clickfinger +} + +input "1:1:AT_Translated_Set_2_keyboard" { + repeat_delay 200 + repeat_rate 45 + xkb_layout us_ab,ir + xkb_options ctrl:nocaps,altwin:swap_alt_win,grp:shifts_toggle +} + +input "65261:24672:technomancy_Atreus" { + repeat_delay 200 + repeat_rate 45 +} |