From 0c0f1a0a15be680438ad2802a1ef21bb611b23da Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 2 Jan 2023 02:59:33 +0100 Subject: [PATCH] try to approximate windows mouse accel settings --- dotfiles/sway/.config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index a8b2cc3..c3d2130 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -61,6 +61,8 @@ output * adaptive_sync on # Read `man 5 sway-input` for more information about this section. input * { + accel_profile flat + pointer_accel 0.5 xkb_layout "eu" }