From fddbd222726ffe918d704b0f820b30c39af10613 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Wed, 28 Apr 2021 08:16:09 +0200 Subject: [PATCH] sway: allow moving focus when moving windows --- config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config b/config index ee37f93..3c4d581 100644 --- a/config +++ b/config @@ -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"