sway: Poder mover workspaces
This commit is contained in:
parent
7fbf4ab6a3
commit
ef2e38c963
1 changed files with 9 additions and 0 deletions
|
@ -90,6 +90,15 @@ input * {
|
||||||
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
|
||||||
|
|
||||||
|
bindsym $mod+Control+$left move workspace to output left
|
||||||
|
bindsym $mod+Control+$down move workspace to output down
|
||||||
|
bindsym $mod+Control+$up move workspace to output up
|
||||||
|
bindsym $mod+Control+$right move workspace to output right
|
||||||
|
bindsym $mod+Control+Left move workspace to output left
|
||||||
|
bindsym $mod+Control+Down move workspace to output down
|
||||||
|
bindsym $mod+Control+Up move workspace to output up
|
||||||
|
bindsym $mod+Control+Right move workspace to output right
|
||||||
#
|
#
|
||||||
# Workspaces:
|
# Workspaces:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue