sway: add command to move workspace between outputs
This commit is contained in:
parent
bd9e765f49
commit
e1c26dc6d7
1 changed files with 3 additions and 0 deletions
3
config
3
config
|
@ -118,6 +118,9 @@ bindsym $mod+Shift+$left move left
|
|||
bindsym $mod+Shift+$down move down
|
||||
bindsym $mod+Shift+$up move up
|
||||
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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue