Move workspace between monitors
This commit is contained in:
parent
16284fdfe5
commit
9b67d80aed
|
@ -254,6 +254,8 @@ for_window [app_id="org.pwmt.zathura" workspace=$workspace4] resize set width 70
|
|||
for_window [class="R_x11"] resize set width 40 ppt
|
||||
# Split windows vertically
|
||||
exec swaymsg split vertical
|
||||
# Move workspaces between monitors
|
||||
bindsym $mod+greater move workspace to output right
|
||||
|
||||
#
|
||||
# Special keys
|
||||
|
|
Loading…
Reference in New Issue