diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
commit | 72efe134f645a5212f875c153dd8db4a64cbe968 (patch) | |
tree | d23229285071bf381515657b94919852ebf426c9 /Common/sway/hid | |
parent | e33d5f8d10d34e5a3a4bb292015961dd574f4c93 (diff) | |
download | dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.tar.gz dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.zip |
changes
Diffstat (limited to 'Common/sway/hid')
-rw-r--r-- | Common/sway/hid | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Common/sway/hid b/Common/sway/hid deleted file mode 100644 index 7ef3f70..0000000 --- a/Common/sway/hid +++ /dev/null @@ -1,27 +0,0 @@ -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 disabled - 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 -} |