diff options
author | xengineering <me@xengineering.eu> | 2025-09-19 18:14:39 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-09-19 18:14:39 +0200 |
commit | db33df49e76b1655b89108307610527031fd6c08 (patch) | |
tree | bcf7c7db0a12d9e28185e4704d6969a6407d7754 /sway | |
parent | e338ff367b934cd7459395929147ce50d3ed9888 (diff) | |
download | dotfiles-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')
-rw-r--r-- | sway/config | 2 |
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 |