sway: allow moving focus when moving windows
This commit is contained in:
parent
d51c5406c7
commit
fddbd22272
1 changed files with 5 additions and 0 deletions
5
config
5
config
|
@ -262,6 +262,11 @@ mode "move" {
|
||||||
bindsym z exec $move_cmd bottom-left
|
bindsym z exec $move_cmd bottom-left
|
||||||
bindsym x exec $move_cmd bottom-center
|
bindsym x exec $move_cmd bottom-center
|
||||||
bindsym c exec $move_cmd bottom-right
|
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
|
# Return to default mode
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
|
|
Loading…
Reference in a new issue