From a8147adecaf242d794edc5bdfc71619283090a37 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 21 Mar 2019 16:34:37 +0100 Subject: Decrease laptop DPI --- autorandr/.config/autorandr/postswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autorandr') diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index ef283c3..89c8a22 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -2,7 +2,7 @@ DPI=96 case $AUTORANDR_CURRENT_PROFILE in ("laptop") - DPI=144 + DPI=109 ;; ("docked") DPI=109 -- cgit 1.4.1