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

Layout fill_order toggling added (replaces $mod+Shift+z/x).

parent 5e7e705a
......@@ -63,6 +63,7 @@ workspace_layout tabbed reverse
# set my quick tabbed/stacked toggle
bindsym $mod+e layout toggle tabbed stacked
bindsym $mod+$mod_next+e layout fill_order toggle
# set default window title_align
title_align center
......@@ -187,9 +188,7 @@ bindsym $mod+d focus right
# convenience move
bindsym $mod+z move left
bindsym $mod+Shift+z move left; layout fill_order default
bindsym $mod+x move right
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
......
......@@ -63,6 +63,7 @@ workspace_layout tabbed reverse
# set my quick tabbed/stacked toggle
bindsym $mod+e layout toggle tabbed stacked
bindsym $mod+$mod_next+e layout fill_order toggle
# set default window title_align
title_align center
......@@ -159,9 +160,7 @@ bindsym $mod+d focus right
# convenience move
bindsym $mod+z move left
bindsym $mod+Shift+z move left; layout fill_order default
bindsym $mod+x move right
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
......
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