From d06e12d70df4ac6f8d8451a94899855934dba74a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 5 Jul 2015 22:32:48 +0200 Subject: Update frame & window looks --- herbstluftwm/.config/herbstluftwm/autostart | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'herbstluftwm') diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index bd8f258..76a90a3 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -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 -- cgit v1.2.3-54-g00ecf