From 94cb4aa1a9ab3fe116a406f191d6f79d9d3239ac Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 29 Nov 2022 14:23:32 +0000 Subject: [PATCH] Set curser accel --- states/sway/files/config.jinja | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/states/sway/files/config.jinja b/states/sway/files/config.jinja index 3f9a731..b7ada9c 100644 --- a/states/sway/files/config.jinja +++ b/states/sway/files/config.jinja @@ -96,6 +96,13 @@ timeout 300 "{{lockcmd}}" \ # 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. # This keyboard has this layout on all machines: + +input 5426:133:Razer_Razer_Basilisk_V2 { + accel_profile flat + pointer_accel -0.5 +} + + input 1267:12356:ELAN1200:00_04F3:3044_Touchpad { dwt enabled tap enabled -- 2.45.2