diff options
author | Alan Pearce | 2019-03-21 16:34:37 +0100 |
---|---|---|
committer | Alan Pearce | 2019-03-21 16:34:37 +0100 |
commit | a8147adecaf242d794edc5bdfc71619283090a37 (patch) | |
tree | f4caa933c3e8dd52905311b2f1816f68c4163db2 /autorandr | |
parent | c825034d570c032098a130954c09cc7a8c6df855 (diff) | |
download | dotfiles-a8147adecaf242d794edc5bdfc71619283090a37.tar.lz dotfiles-a8147adecaf242d794edc5bdfc71619283090a37.tar.zst dotfiles-a8147adecaf242d794edc5bdfc71619283090a37.zip |
Decrease laptop DPI
Diffstat (limited to 'autorandr')
-rwxr-xr-x | autorandr/.config/autorandr/postswitch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index ef283c3..89c8a22 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -2,7 +2,7 @@ DPI=96 case $AUTORANDR_CURRENT_PROFILE in ("laptop") - DPI=144 + DPI=109 ;; ("docked") DPI=109 |