summaryrefslogtreecommitdiff
path: root/sway/config
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-09-19 18:14:39 +0200
committerxengineering <me@xengineering.eu>2025-09-19 18:14:39 +0200
commitdb33df49e76b1655b89108307610527031fd6c08 (patch)
treebcf7c7db0a12d9e28185e4704d6969a6407d7754 /sway/config
parente338ff367b934cd7459395929147ce50d3ed9888 (diff)
downloaddotfiles-db33df49e76b1655b89108307610527031fd6c08.tar
dotfiles-db33df49e76b1655b89108307610527031fd6c08.tar.zst
dotfiles-db33df49e76b1655b89108307610527031fd6c08.zip
sway: Disable mouse warping
Too annoying to have the mouse always moving to the center of the focussed container. This makes a keyboard-focussed workflow less ergonomic.
Diffstat (limited to 'sway/config')
-rw-r--r--sway/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/config b/sway/config
index d8efa30..cc8ae65 100644
--- a/sway/config
+++ b/sway/config
@@ -245,3 +245,5 @@ input * xkb_numlock enable
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
include /etc/sway/config.d/*
+
+mouse_warping none