diff options
Diffstat (limited to '.config/sway/shemshak')
| -rw-r--r-- | .config/sway/shemshak | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/.config/sway/shemshak b/.config/sway/shemshak new file mode 100644 index 0000000..8fa60b3 --- /dev/null +++ b/.config/sway/shemshak @@ -0,0 +1,14 @@ +input "1739:31251:DLL07BE:01_06CB:7A13_Touchpad" { +    dwt enabled +    tap enabled +    natural_scroll enabled +    middle_emulation enabled +    click_method clickfinger +} + +input "1:1:AT_Translated_Set_2_keyboard" { +    repeat_delay 200 +    repeat_rate 45 +    xkb_layout us,ir +    xkb_options ctrl:nocaps,altwin:swap_alt_win,ctrl:rctrl_ralt,grp:shifts_toggle +} | 
