Update visual settings
This commit is contained in:
parent
e42c235cce
commit
7762e3892d
1 changed files with 9 additions and 5 deletions
|
@ -85,22 +85,26 @@ hc keybind $Mod-Shift-o shift right
|
|||
# colors
|
||||
hc set frame_border_active_color '#222222'
|
||||
hc set frame_border_normal_color '#101010'
|
||||
hc set frame_bg_normal_color '#565656'
|
||||
hc set frame_bg_active_color '#345F0C'
|
||||
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 window_border_inner_width 1
|
||||
hc set window_border_normal_color '#454545'
|
||||
hc set window_border_active_color '#9fbc00'
|
||||
hc set window_border_active_color '#54a875'
|
||||
hc set always_show_frame 1
|
||||
hc set frame_gap 4
|
||||
hc set frame_gap 15
|
||||
# add overlapping window borders
|
||||
hc set window_gap -2
|
||||
hc set frame_padding 2
|
||||
hc set smart_window_surroundings 0
|
||||
hc set smart_frame_surroundings 1
|
||||
hc set smart_frame_surroundings 0
|
||||
hc set mouse_recenter_gap 0
|
||||
hc set switch_monitors_to_get_tag 0
|
||||
|
||||
## Make sure the windows update immediately when being resized in
|
||||
## floating mode.
|
||||
hc set update_dragged_clients 1
|
||||
|
||||
# rules
|
||||
hc unrule -F
|
||||
|
|
Loading…
Reference in a new issue