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

Changed default fill_order and added bindsyms to flip fill_order on

move.
parent 6284963d
......@@ -59,7 +59,7 @@ client.urgent #CB4B16 #FDF6E3 #CB4B16 $indicator
#client.background #2B2C2B
# set default desktop layout (default is tiling) <default|stacking|tabbed>
workspace_layout tabbed
workspace_layout tabbed reverse
# set default window title_align
title_align center
......@@ -181,7 +181,9 @@ 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
# move focused window
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