summaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-07-05 22:32:25 +0200
committerGravatar Tom Willemse2015-07-05 22:32:25 +0200
commit99dcade3b715bac2f52a6303e95674b0cdd27608 (patch)
treea909b65402a4c59c9da7d88902c706e7593baf13 /herbstluftwm
parent280beaba2b33a55085a57a811cab103f1a1be00e (diff)
downloaddotfiles-99dcade3b715bac2f52a6303e95674b0cdd27608.tar.gz
dotfiles-99dcade3b715bac2f52a6303e95674b0cdd27608.zip
Change the default layout for frames
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart5
1 files changed, 5 insertions, 0 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index 1558dfb..bd8f258 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -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 )