Pad the left side of the first monitor
To make room for the system tray
This commit is contained in:
parent
b9489f3159
commit
86f8212896
1 changed files with 2 additions and 2 deletions
|
@ -149,9 +149,9 @@ hc set_monitors \
|
||||||
1920x1080+1920+0
|
1920x1080+1920+0
|
||||||
|
|
||||||
# Pad the first monitor 16 pixels on the bottom.
|
# Pad the first monitor 16 pixels on the bottom.
|
||||||
hc pad 0 0 0 31
|
hc pad 0 0 0 31 31
|
||||||
|
|
||||||
hc load 1 '(split horizontal:0.596500:1 (clients max:0) (clients vertical:0))'
|
hc load 1 '(split horizontal:0.59:1 (clients max:0) (clients vertical:0))'
|
||||||
hc load 2 '(clients max:0)'
|
hc load 2 '(clients max:0)'
|
||||||
hc focus_edge left
|
hc focus_edge left
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue