Commit 031da67f authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added bindsym to vacate master or stack stacked layouts.

parent bb9a8f73
...@@ -189,6 +189,8 @@ bindsym $mod+z move left ...@@ -189,6 +189,8 @@ bindsym $mod+z move left
bindsym $mod+Shift+z move left; layout fill_order default bindsym $mod+Shift+z move left; layout fill_order default
bindsym $mod+x move right bindsym $mod+x move right
bindsym $mod+Shift+x move right; layout fill_order reverse bindsym $mod+Shift+x move right; layout fill_order reverse
bindsym $mod+Ctrl+z move left; focus right
bindsym $mod+Ctrl+x move right; focus left
# move focused window # move focused window
bindsym $mod+Shift+h move left 50px bindsym $mod+Shift+h move left 50px
......
...@@ -160,6 +160,8 @@ bindsym $mod+z move left ...@@ -160,6 +160,8 @@ bindsym $mod+z move left
bindsym $mod+Shift+z move left; layout fill_order default bindsym $mod+Shift+z move left; layout fill_order default
bindsym $mod+x move right bindsym $mod+x move right
bindsym $mod+Shift+x move right; layout fill_order reverse bindsym $mod+Shift+x move right; layout fill_order reverse
bindsym $mod+Ctrl+z move left; focus right
bindsym $mod+Ctrl+x move right; focus left
# move focused window # move focused window
bindsym $mod+Shift+h move left 50px bindsym $mod+Shift+h move left 50px
......
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