From a4cc28d1a815d504b637739f78100676983bda5c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 19 Sep 2017 14:17:27 +0200 Subject: autorandr: Set correct DPI for external monitors Turns out they're actually more like 94 dpi, but oh well. --- autorandr/.config/autorandr/postswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autorandr/.config') diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index 44cb6cc..ae9f7f8 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -6,7 +6,7 @@ case $AUTORANDR_CURRENT_PROFILE in nmcli radio wifi on ;; ("docked") - DPI=120 + DPI=96 nmcli radio all off ;; esac -- cgit 1.4.1