all repos — archive/dotfiles @ a4cc28d1a815d504b637739f78100676983bda5c

Superseded by nixfiles

autorandr: Set correct DPI for external monitors

Turns out they're actually more like 94 dpi, but oh well.
Alan Pearce alan@alanpearce.eu
Tue, 19 Sep 2017 14:17:27 +0200
commit

a4cc28d1a815d504b637739f78100676983bda5c

parent

733c55b44027cd039dace97b64c7503da3bff41f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M autorandr/.config/autorandr/postswitchautorandr/.config/autorandr/postswitch
@@ -6,7 +6,7 @@ DPI=144     nmcli radio wifi on
     ;;
   ("docked")
-    DPI=120
+    DPI=96
     nmcli radio all off
     ;;
 esac