autorandr: remove DPI setting
Alan Pearce alan@alanpearce.eu
Wed, 28 Aug 2019 16:47:27 +0200
1 files changed, 0 insertions(+), 13 deletions(-)
M autorandr/.config/autorandr/postswitch → autorandr/.config/autorandr/postswitch
@@ -1,15 +1,2 @@ #!/bin/sh -DPI=96 -case $AUTORANDR_CURRENT_PROFILE in - ("laptop") - DPI=109 - ;; - ("docked") - DPI=109 - ;; -esac - -xrandr --dpi $DPI -emacsclient -e "(setq display-pixels-per-inch $DPI)" > /dev/null - notify-send --expire-time=5000 "Display profile: '$AUTORANDR_CURRENT_PROFILE'"