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"