[sway] Add focus child command

This commit is contained in:
Gregory Trolliet 2025-04-10 15:01:14 +02:00
parent 7be76d4193
commit 98a6f3c275

View file

@ -241,6 +241,8 @@ bindsym $mod+tab focus mode_toggle
# Move focus to the parent container # Move focus to the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent
# Move focus to the chil container
bindsym $mod+d focus child
#=================================# #=================================#