diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-04-25 07:45:50 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-04-25 07:45:50 +0200 |
commit | bb5818068337cc3e5f985123e61030298469368b (patch) | |
tree | f11b10a34790ede05770c207e2b7f74fbd96dab9 /Common/sway/pointer | |
parent | ae56946206235b8b6f30a184d29a41cc5dcc39ca (diff) | |
download | dotfiles-bb5818068337cc3e5f985123e61030298469368b.tar.gz dotfiles-bb5818068337cc3e5f985123e61030298469368b.zip |
Add wayland things
Diffstat (limited to 'Common/sway/pointer')
-rw-r--r-- | Common/sway/pointer | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Common/sway/pointer b/Common/sway/pointer new file mode 100644 index 0000000..db6e52f --- /dev/null +++ b/Common/sway/pointer @@ -0,0 +1,5 @@ +input "type:pointer" { + natural_scroll disabled + scroll_factor 1.0 + left_handed disabled +} |