sway: fix swaysome for next/prev output
This commit is contained in:
parent
92184f9c64
commit
edd62c6301
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@ bindsym $mod+Shift+9 exec "swaysome move 9"
|
|||
bindsym $mod+Shift+0 exec "swaysome move 0"
|
||||
|
||||
# Move focused container to next output
|
||||
bindsym $mod+o exec "swaysome next_output"
|
||||
bindsym $mod+o exec "swaysome next-output"
|
||||
|
||||
# Move focused container to previous output
|
||||
bindsym $mod+Shift+o exec "swaysome prev_output"
|
||||
bindsym $mod+Shift+o exec "swaysome prev-output"
|
||||
|
||||
# Init workspaces for every screen
|
||||
exec "swaysome init 1"
|
||||
|
|
Loading…
Reference in a new issue