From 99dcade3b715bac2f52a6303e95674b0cdd27608 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 5 Jul 2015 22:32:25 +0200 Subject: [PATCH] Change the default layout for frames --- herbstluftwm/.config/herbstluftwm/autostart | 5 +++++ 1 file changed, 5 insertions(+) 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 )