summary refs log tree commit diff stats
path: root/autorandr/.config
diff options
context:
space:
mode:
authorAlan Pearce2017-09-19 19:17:37 +0200
committerAlan Pearce2017-09-19 19:17:37 +0200
commitff961def98e85161a8373a51bb40e73a2e38897f (patch)
treee97d03d66be541e4c9f8c53194bf1a9f4edd769b /autorandr/.config
parent78a4703f79b22f7af6e21529f3f9c73607cf691f (diff)
parenta4cc28d1a815d504b637739f78100676983bda5c (diff)
downloaddotfiles-ff961def98e85161a8373a51bb40e73a2e38897f.tar.lz
dotfiles-ff961def98e85161a8373a51bb40e73a2e38897f.tar.zst
dotfiles-ff961def98e85161a8373a51bb40e73a2e38897f.zip
Merge branch 'master' of https://git.alanpearce.eu/dotfiles
Diffstat (limited to 'autorandr/.config')
-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 44cb6cc..ae9f7f8 100755
--- a/autorandr/.config/autorandr/postswitch
+++ b/autorandr/.config/autorandr/postswitch
@@ -6,7 +6,7 @@ case $AUTORANDR_CURRENT_PROFILE in
     nmcli radio wifi on
     ;;
   ("docked")
-    DPI=120
+    DPI=96
     nmcli radio all off
     ;;
 esac