summary refs log tree commit diff stats
path: root/autorandr
diff options
context:
space:
mode:
authorAlan Pearce2017-09-22 12:53:20 +0200
committerAlan Pearce2017-09-22 12:53:20 +0200
commit1a78e00c483b7d100b15f96c277a8b9a71d99848 (patch)
tree1c5504d8dcbde65f86dcc9cda27d8d29fca31604 /autorandr
parent82f8655d5348c558258dbab154b20980cd2646c6 (diff)
downloadnixfiles-1a78e00c483b7d100b15f96c277a8b9a71d99848.tar.lz
nixfiles-1a78e00c483b7d100b15f96c277a8b9a71d99848.tar.zst
nixfiles-1a78e00c483b7d100b15f96c277a8b9a71d99848.zip
Balance font sizes between setups correctly
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 ae9f7f8e..97e4217c 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=157
     nmcli radio wifi on
     ;;
   ("docked")