Increase window/frame gap size
This commit is contained in:
parent
e9f01d0755
commit
13e88c967c
1 changed files with 5 additions and 5 deletions
|
@ -106,10 +106,10 @@ hc set window_border_normal_color '#222222'
|
|||
hc set window_border_active_color '#3d3d3d'
|
||||
hc set window_border_inner_color '#111111'
|
||||
hc set always_show_frame 0
|
||||
hc set frame_gap 15
|
||||
hc set frame_gap 30
|
||||
# add overlapping window borders
|
||||
hc set window_gap 15
|
||||
hc set frame_padding -15
|
||||
hc set window_gap 30
|
||||
hc set frame_padding -30
|
||||
hc set smart_window_surroundings 0
|
||||
hc set smart_frame_surroundings 0
|
||||
hc set mouse_recenter_gap 0
|
||||
|
@ -148,9 +148,9 @@ hc set_monitors \
|
|||
1920x1080+1920+0
|
||||
|
||||
# Pad the first monitor 16 pixels on the bottom.
|
||||
hc pad 0 0 0 31 31
|
||||
hc pad 0 0 0 16 16
|
||||
|
||||
hc load 1 '(split horizontal:0.545:1 (clients max:0) (clients vertical:0))'
|
||||
hc load 1 '(split horizontal:0.535:1 (clients max:0) (clients vertical:0))'
|
||||
hc load 2 '(clients max:0)'
|
||||
hc focus_edge left
|
||||
|
||||
|
|
Loading…
Reference in a new issue