Update frame & window looks
This commit is contained in:
parent
99dcade3b7
commit
d06e12d70d
1 changed files with 8 additions and 7 deletions
|
@ -92,20 +92,21 @@ hc set frame_border_active_color '#222222'
|
|||
hc set frame_border_normal_color '#101010'
|
||||
hc set frame_bg_normal_color '#111111'
|
||||
hc set frame_bg_active_color '#263f1f'
|
||||
hc set frame_border_width 1
|
||||
hc set window_border_width 3
|
||||
hc set frame_border_width 0
|
||||
hc set window_border_width 8
|
||||
hc set window_border_inner_width 1
|
||||
hc set window_border_normal_color '#454545'
|
||||
hc set window_border_active_color '#54a875'
|
||||
hc set always_show_frame 1
|
||||
hc set always_show_frame 0
|
||||
hc set frame_gap 15
|
||||
# add overlapping window borders
|
||||
hc set window_gap -2
|
||||
hc set frame_padding 2
|
||||
hc set window_gap 15
|
||||
hc set frame_padding -15
|
||||
hc set smart_window_surroundings 0
|
||||
hc set smart_frame_surroundings 0
|
||||
hc set mouse_recenter_gap 0
|
||||
hc set switch_monitors_to_get_tag 0
|
||||
hc set frame_bg_transparent 1
|
||||
|
||||
## Make sure the windows update immediately when being resized in
|
||||
## floating mode.
|
||||
|
@ -136,9 +137,9 @@ hc set_monitors \
|
|||
1920x1080+1920+0
|
||||
|
||||
# Pad the first monitor 16 pixels on the bottom.
|
||||
hc pad 0 0 0 31
|
||||
hc pad 0 31 0 0
|
||||
|
||||
hc load 1 '(split horizontal:0.610000:1 (clients max:0) (clients vertical:0))'
|
||||
hc load 1 '(split horizontal:0.605000:1 (clients max:0) (clients vertical:0))'
|
||||
hc load 2 '(clients max:0)'
|
||||
hc focus_edge left
|
||||
|
||||
|
|
Loading…
Reference in a new issue