diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-13 18:51:18 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-13 18:51:18 -0400 |
commit | b25452ae882105b96d82ef52f1c59dc4092a39fa (patch) | |
tree | 2867f97a2e963abe8eab5393f5edfa0eef317058 /.config/sway/darrud | |
parent | c942efc6615412232053803480682b9b0e3591a3 (diff) | |
download | configs-b25452ae882105b96d82ef52f1c59dc4092a39fa.tar.gz configs-b25452ae882105b96d82ef52f1c59dc4092a39fa.tar.xz configs-b25452ae882105b96d82ef52f1c59dc4092a39fa.zip |
new setup on darrud
Diffstat (limited to '.config/sway/darrud')
-rw-r--r-- | .config/sway/darrud | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/sway/darrud b/.config/sway/darrud new file mode 100644 index 0000000..90185c7 --- /dev/null +++ b/.config/sway/darrud @@ -0,0 +1,19 @@ +output HDMI-A-1 res 2560x1440 pos 1920,0 +output eDP-1 pos 0,550 + +focus output HDMI-A-1 + +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 +} |