sway: add command to move workspace between outputs

This commit is contained in:
Konstantin Koslowski 2021-08-17 11:49:46 +02:00
parent bd9e765f49
commit e1c26dc6d7

3
config
View file

@ -118,6 +118,9 @@ bindsym $mod+Shift+$left move left
bindsym $mod+Shift+$down move down bindsym $mod+Shift+$down move down
bindsym $mod+Shift+$up move up bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right bindsym $mod+Shift+$right move right
# Move the focused workspace to another monitor
bindsym $mod+o move workspace to output right
bindsym $mod+Shift+o move workspace to output left
# #
# Resize # Resize
# #