autorandr: Make laptop DPI a little smaller
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 21:12:06 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
M autorandr/.config/autorandr/postswitch → autorandr/.config/autorandr/postswitch
@@ -2,7 +2,7 @@ #!/bin/sh DPI=96 case $AUTORANDR_CURRENT_PROFILE in ("laptop") - DPI=157 + DPI=144 nmcli radio wifi on ;; ("docked")