Change the default layout for frames

This commit is contained in:
Tom Willemse 2015-07-05 22:32:25 +02:00
parent 280beaba2b
commit 99dcade3b7

View file

@ -25,6 +25,11 @@ hc keybind $Mod-c spawn hrunorraise URxvt urxvtc
hc keybind $Mod-w spawn hrunorraise Conkeror conkeror
hc keybind Control-Mod1-l spawn i3lock --color 000000
# Set the default frame layout to max before the tags are created. If
# the tags are created before the default layout is set they will all
# be using the vertical layout.
hc set default_frame_layout 2
# tags
TAG_NAMES=( {1..9} )
TAG_KEYS=( {1..9} 0 )