Commit d9102dea authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added inverse master-stack bindsym (select master and swaps with last in

stack).
parent 71e28fd8
......@@ -118,7 +118,8 @@ bindsym $mod+k focus up
bindsym $mod+l focus right
# master-stack keybinding (moves stack window to master and current master back to stack window)
bindsym $mod+m exec "i3-msg \\"move left; focus up; move right; focus left\\""
bindsym $mod+m exec "i3-msg \\"move left, focus up, move right, focus left\\""
bindsym $mod+Shift+m exec "i3-msg \\"focus right, move left; focus up; move right\\""
# container focusing (with fallback for case where window is direct child of workspace container)
# NOTE: requires xdotool
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment