From 86f821289604bca56e16acf44d09a37def18467e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 21 Nov 2015 23:37:44 +0100 Subject: Pad the left side of the first monitor To make room for the system tray --- herbstluftwm/.config/herbstluftwm/autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'herbstluftwm') diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 6177f91..7d149c9 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -149,9 +149,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 0 0 31 31 -hc load 1 '(split horizontal:0.596500:1 (clients max:0) (clients vertical:0))' +hc load 1 '(split horizontal:0.59:1 (clients max:0) (clients vertical:0))' hc load 2 '(clients max:0)' hc focus_edge left -- cgit v1.2.3-54-g00ecf