Sway : Focus follow mouse.

This commit is contained in:
Dmitry Voronin 2024-04-16 15:23:29 +03:00
parent 191e3ffbfb
commit f598b1816a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -19,6 +19,6 @@
bindsym $mod+Shift+$up move up bindsym $mod+Shift+$up move up
# Focus mouse following. # Focus mouse following.
focus_follows_mouse no focus_follows_mouse yes
''; '';
} }