From a574204578e3495b554341a37b408f233e4281e7 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Tue, 15 Jul 2025 22:47:20 +0500 Subject: [PATCH] fixed different mouse speed on charge in sway --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 9867a10..88a8346 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -46,7 +46,7 @@ output HDMI-A-1 position 2560 360 mode 1920x1080@60Hz # input configuration # 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 "1133:16505:Logitech_G_Pro" { +input type:pointer { pointer_accel 0 accel_profile "flat" }