From 13e88c967ce3af5e3e2374df7288ae6e9a10979f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 8 Feb 2016 01:06:21 +0100 Subject: Increase window/frame gap size --- herbstluftwm/.config/herbstluftwm/autostart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'herbstluftwm') diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index ef5aa93..8f69c16 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -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 -- cgit v1.2.3-54-g00ecf