Make sure we swap between windows instead of moving
This commit is contained in:
parent
c34d0afa71
commit
211019ea9a
1 changed files with 4 additions and 5 deletions
|
|
@ -41,11 +41,10 @@ exec swayidle -w \
|
||||||
bindsym $mod+Up focus up
|
bindsym $mod+Up focus up
|
||||||
bindsym $mod+Right focus right
|
bindsym $mod+Right focus right
|
||||||
|
|
||||||
bindsym $mod+Shift+Left move left
|
bindsym $mod+Shift+Left mark swap, focus left, swap container with mark swap
|
||||||
bindsym $mod+Shift+Down move down
|
bindsym $mod+Shift+Down mark swap, focus down, swap container with mark swap
|
||||||
bindsym $mod+Shift+Up move up
|
bindsym $mod+Shift+Up mark swap, focus up, swap container with mark swap
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right mark swap, focus right, swap container with mark swap
|
||||||
#
|
|
||||||
# Workspaces:
|
# Workspaces:
|
||||||
#
|
#
|
||||||
# Switch to workspace
|
# Switch to workspace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue