Change the default layout for frames
This commit is contained in:
parent
280beaba2b
commit
99dcade3b7
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ hc keybind $Mod-c spawn hrunorraise URxvt urxvtc
|
||||||
hc keybind $Mod-w spawn hrunorraise Conkeror conkeror
|
hc keybind $Mod-w spawn hrunorraise Conkeror conkeror
|
||||||
hc keybind Control-Mod1-l spawn i3lock --color 000000
|
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
|
# tags
|
||||||
TAG_NAMES=( {1..9} )
|
TAG_NAMES=( {1..9} )
|
||||||
TAG_KEYS=( {1..9} 0 )
|
TAG_KEYS=( {1..9} 0 )
|
||||||
|
|
Loading…
Add table
Reference in a new issue