1
0

feat: Always run kanshi

feat: turn off mouse acceleration on deskop
This commit is contained in:
2024-12-07 16:43:53 +00:00
parent 6338c69c0c
commit 0bd6393494

View File

@@ -64,6 +64,11 @@ output * bg $background fill
# You can get the names of your inputs by running: swaymsg -t get_inputs # 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. # 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 ### Key bindings
# #
# Basics: # Basics:
@@ -222,6 +227,6 @@ bar {
} }
focus_follows_mouse no focus_follows_mouse no
exec kanshi exec_always kanshi
include /etc/sway/config.d/* include /etc/sway/config.d/*