diff options
-rwxr-xr-x | autorandr/.config/autorandr/postswitch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index 97e4217c..76b3119e 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -13,7 +13,7 @@ esac xrandr --dpi $DPI emacsclient -e "(setq display-pixels-per-inch $DPI)" > /dev/null +systemctl --user restart redshift --no-block i3-msg restart -systemctl --user restart redshift notify-send --expire-time=5000 "Display profile: '$AUTORANDR_CURRENT_PROFILE'" |