summary refs log tree commit diff stats
path: root/autorandr
diff options
context:
space:
mode:
authorAlan Pearce2017-12-21 21:12:06 +0100
committerAlan Pearce2017-12-21 21:12:06 +0100
commite2f70b524de14ba342c61af2825bb331a96a7b7f (patch)
tree416277cd71f608b431e9ab3b66a1ce532aeb11f0 /autorandr
parent69853d93879fe1d700dca8c8d9edc209d7b86229 (diff)
downloaddotfiles-e2f70b524de14ba342c61af2825bb331a96a7b7f.tar.lz
dotfiles-e2f70b524de14ba342c61af2825bb331a96a7b7f.tar.zst
dotfiles-e2f70b524de14ba342c61af2825bb331a96a7b7f.zip
autorandr: Make laptop DPI a little smaller
Diffstat (limited to 'autorandr')
-rwxr-xr-xautorandr/.config/autorandr/postswitch2
1 files changed, 1 insertions, 1 deletions
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch
index 96da6ab..045e915 100755
--- a/autorandr/.config/autorandr/postswitch
+++ b/autorandr/.config/autorandr/postswitch
@@ -2,7 +2,7 @@
 DPI=96
 case $AUTORANDR_CURRENT_PROFILE in
   ("laptop")
-    DPI=157
+    DPI=144
     nmcli radio wifi on
     ;;
   ("docked")