[herbstluftwm] Update initial frame configuration
This commit is contained in:
parent
a0edc70968
commit
8ab249cc94
2 changed files with 1 additions and 2 deletions
|
@ -134,7 +134,6 @@ hc pad 0 0 0 0 0
|
||||||
|
|
||||||
# Load layouts for the dev and web tags.
|
# Load layouts for the dev and web tags.
|
||||||
hc load web '(clients max:0)'
|
hc load web '(clients max:0)'
|
||||||
hc load dev '(split horizontal:0.75:1 (split horizontal:0.33:1 (clients max:0 0x420000e) (clients max:0 0x3800086)) (clients vertical:0 0x1a0000e))'
|
|
||||||
|
|
||||||
# Make sure the "Emacs" frame is selected.
|
# Make sure the "Emacs" frame is selected.
|
||||||
hc focus_edge left
|
hc focus_edge left
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
hc load dev '(split horizontal:0.535:1 (clients max:0) (clients vertical:0))'
|
hc load dev '(split horizontal:0.75:1 (split horizontal:0.33:1 (clients max:0 0x420000e) (clients max:0 0x3800086)) (clients vertical:0 0x1a0000e))'
|
||||||
|
|
||||||
# Lock each tag to its specific monitor.
|
# Lock each tag to its specific monitor.
|
||||||
lock-tag-to-monitor dev 0
|
lock-tag-to-monitor dev 0
|
||||||
|
|
Loading…
Reference in a new issue