sway: add shortcuts to move warkspaces between outputs

This commit is contained in:
Grigory Shipunov 2022-08-13 13:58:30 +02:00
parent a86f221cfe
commit f1abab663e
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -135,6 +135,11 @@ focus_follows_mouse no
# #
# Workspaces: # Workspaces:
# #
# move workspace between inputs
bindsym $mod+Mod1+Left move workspace to output left
bindsym $mod+Mod1+Right move workspace to output right
bindsym $mod+Mod1+Up move workspace to output up
bindsym $mod+Mod1+Down move workspace to output down
# Switch to workspace # Switch to workspace
bindsym --to-code $mod+1 workspace number 1 bindsym --to-code $mod+1 workspace number 1
bindsym --to-code $mod+2 workspace number 2 bindsym --to-code $mod+2 workspace number 2