From aa190b0cece7fec3ae07157cde7ab26483aee338 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sun, 3 Apr 2022 17:21:00 -0500 Subject: [PATCH] sway: Disable mouse acceleration --- templates/.config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/.config/sway/config b/templates/.config/sway/config index 92fd6d4..40555ee 100644 --- a/templates/.config/sway/config +++ b/templates/.config/sway/config @@ -137,3 +137,7 @@ ${get_base16('i3', 'bar-colors')} statusline $base05 } } + +for_window [title="Picture-in-Picture"] floating enable + +input type:Mouse accel_profile flat