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

Moving from master to stack shortcut now keeps focus on master.

parent 24cbe57e
......@@ -119,7 +119,7 @@ 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+Shift+m exec "i3-msg \\"focus right, move left, focus up, move right\\""
bindsym $mod+Shift+m exec "i3-msg \\"focus right, move left, focus up, move right, focus left\\""
bindsym $mod+comma exec "i3-msg \\"focus up, move right, focus up, focus left\\""
# container focusing (with fallback for case where window is direct child of workspace container)
......
......@@ -79,7 +79,7 @@ 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+Shift+m exec "i3-msg \\"focus right, move left, focus up, move right\\""
bindsym $mod+Shift+m exec "i3-msg \\"focus right, move left, focus up, move right, focus left\\""
bindsym $mod+comma exec "i3-msg \\"focus up, move right, focus up, focus left\\""
# move focused window
......
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