nix/home/file/sway/module/Navigation.conf

15 lines
398 B
Plaintext
Raw Normal View History

2024-12-18 12:08:17 +03:00
# Move focus.
bindsym --to-code $mod+a focus left
bindsym --to-code $mod+d focus right
bindsym --to-code $mod+s focus down
bindsym --to-code $mod+w focus up
# Move the focused window.
bindsym --to-code $mod+Shift+a move left
bindsym --to-code $mod+Shift+d move right
bindsym --to-code $mod+Shift+s move down
bindsym --to-code $mod+Shift+w move up
# Focus mouse following.
focus_follows_mouse yes