aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-19 17:22:49 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-19 17:22:49 -0500
commitf8cb7b756e489de50e87567a1b44188ce1573add (patch)
tree19caaed0cc1c07d2841e545884c6ff3b0747841c
parent0e573f4e77019a395d41c25e090e2fef867ae463 (diff)
feat(sway): disable mouse acceleration
-rw-r--r--sway/.config/sway/config6
1 files changed, 5 insertions, 1 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index 6aba597..5631273 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -57,6 +57,10 @@ for_window [shell=".*"] inhibit_idle fullscreen
# Hide mouse cursor when not used
seat * hide_cursor 8000
+input type:pointer {
+ accel_profile flat
+}
+
input type:touchpad {
tap enabled
natural_scroll enabled
@@ -211,7 +215,7 @@ bindsym $mod+v exec clipman pick --tool=rofi
# Password manager
bindsym $mod+b exec rofi-rbw
-include config.d/*
+include ~/.config/sway/config.d/*
include /etc/sway/config.d/*
exec systemctl --user start sway-session.target