change pointer speed & disable mouse accel on nixdesk

This commit is contained in:
xunuwu 2025-06-27 22:32:56 +02:00
parent 6cb610d36d
commit 8310a093e5
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -71,6 +71,11 @@
exec obs --startreplaybuffer --disable-shutdown-check --minimize-to-tray
'';
wayland.windowManager.sway.config.input."type:pointer" = {
accel_profile = "flat";
pointer_accel = "-0.7";
};
wayland.windowManager.sway.config.output = {
"DP-3" = {
mode = "1920x1080@165Hz";