[sway] Add focus child command
This commit is contained in:
parent
7be76d4193
commit
98a6f3c275
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
#=================================#
|
#=================================#
|
||||||
|
|
Loading…
Add table
Reference in a new issue