From dda0044a5de49554be43cce42a5b4a2c2ede4e2f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 2 Sep 2020 15:56:19 -0700 Subject: Fix the ratio of the secondary frame for the dev desktop This brings my terminal back to 80 columns. --- herbstluftwm/.config/herbstluftwm/machines/rincewind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'herbstluftwm') diff --git a/herbstluftwm/.config/herbstluftwm/machines/rincewind.sh b/herbstluftwm/.config/herbstluftwm/machines/rincewind.sh index ad581f8..dfb1abf 100755 --- a/herbstluftwm/.config/herbstluftwm/machines/rincewind.sh +++ b/herbstluftwm/.config/herbstluftwm/machines/rincewind.sh @@ -3,7 +3,7 @@ ## Monitors hc set_monitors 1920x1080+1200+0 1200x1920+0+0 -hc load dev '(split horizontal:0.54:1 (clients max:0) (clients vertical:0))' +hc load dev '(split horizontal:0.535:1 (clients max:0) (clients vertical:0))' # Lock each tag to its specific monitor. lock-tag-to-monitor dev 0 -- cgit v1.2.3-54-g00ecf