summary refs log tree commit diff stats
path: root/autorandr
diff options
context:
space:
mode:
authorAlan Pearce2017-10-02 12:38:52 +0200
committerAlan Pearce2017-10-02 12:38:52 +0200
commit691833dcc0e68729a63e28acd20e61f39f6407c0 (patch)
tree6facf7f9b50932ce2444f2b70c88d5043dc73a29 /autorandr
parent2a070ea3f04ccfe4f2fd5fd255ef4da09e7ea54f (diff)
downloadnixfiles-691833dcc0e68729a63e28acd20e61f39f6407c0.tar.lz
nixfiles-691833dcc0e68729a63e28acd20e61f39f6407c0.tar.zst
nixfiles-691833dcc0e68729a63e28acd20e61f39f6407c0.zip
Make fonts the right size across autorandr profiles
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 76b3119e..08ce0679 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")