sway: allow moving focus when moving windows

This commit is contained in:
Konstantin Koslowski 2021-04-28 08:16:09 +02:00
parent d51c5406c7
commit fddbd22272

5
config
View file

@ -262,6 +262,11 @@ mode "move" {
bindsym z exec $move_cmd bottom-left
bindsym x exec $move_cmd bottom-center
bindsym c exec $move_cmd bottom-right
# focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
# Return to default mode
bindsym Return mode "default"
bindsym Escape mode "default"