all repos — nixfiles @ e2f70b524de14ba342c61af2825bb331a96a7b7f

System and user configuration, managed by nix and home-manager

autorandr: Make laptop DPI a little smaller

Alan Pearce
commit

e2f70b524de14ba342c61af2825bb331a96a7b7f

parent

69853d93879fe1d700dca8c8d9edc209d7b86229

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M autorandr/.config/autorandr/postswitchautorandr/.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")