autorandr: Make laptop DPI a little smaller
1 file changed, 1 insertion(+), 1 deletion(-)
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")