diff options
-rwxr-xr-x | autorandr/.config/autorandr/postswitch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index 89c8a22..85a7cfe 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -11,6 +11,5 @@ esac xrandr --dpi $DPI emacsclient -e "(setq display-pixels-per-inch $DPI)" > /dev/null -i3-msg restart notify-send --expire-time=5000 "Display profile: '$AUTORANDR_CURRENT_PROFILE'" |