From 0bd6393494a96592fb12bb0cb868fda5d2d55927 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 7 Dec 2024 16:43:53 +0000 Subject: [PATCH] feat: Always run kanshi feat: turn off mouse acceleration on deskop --- sway/.config/sway/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index fdb7802..6668951 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -64,6 +64,11 @@ output * bg $background fill # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section. +input "Logitech G502 HERO Gaming Mouse" { + accel_profile flat + pointer_accel 0 +} + ### Key bindings # # Basics: @@ -222,6 +227,6 @@ bar { } focus_follows_mouse no -exec kanshi +exec_always kanshi include /etc/sway/config.d/*