aboutsummaryrefslogtreecommitdiff
path: root/Common/sway/hid
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2024-01-19 22:56:21 +0100
committerjakobst1n <jakob.stendahl@outlook.com>2024-01-19 22:56:21 +0100
commit9141e86c757b06a3613836d1aa4c377a4989eed2 (patch)
treec925af43350706af81cf5f84fa5c22caf6f2223f /Common/sway/hid
parentb9513f21ae630ffcb93d68c21eeb70b5eebe74ae (diff)
downloaddotfiles-9141e86c757b06a3613836d1aa4c377a4989eed2.tar.gz
dotfiles-9141e86c757b06a3613836d1aa4c377a4989eed2.zip
changes
Diffstat (limited to 'Common/sway/hid')
-rw-r--r--Common/sway/hid27
1 files changed, 27 insertions, 0 deletions
diff --git a/Common/sway/hid b/Common/sway/hid
new file mode 100644
index 0000000..7ef3f70
--- /dev/null
+++ b/Common/sway/hid
@@ -0,0 +1,27 @@
+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
+}