sway: fix swaysome for next/prev output

This commit is contained in:
Vladan Popovic 2024-10-03 10:49:40 +02:00
parent 92184f9c64
commit edd62c6301

View file

@ -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"