From 9f5f996b0034949f447ecab9c5d3ab1a3c6794e7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 28 Aug 2019 16:47:27 +0200 Subject: autorandr: remove DPI setting --- autorandr/.config/autorandr/postswitch | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'autorandr') diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index 85a7cfe..25b068d 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/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'" -- cgit 1.4.1