diff options
-rwxr-xr-x | autorandr/.config/autorandr/postswitch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index fc5d8288..f0dd1efb 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -12,3 +12,4 @@ emacsclient -e "(setq display-pixels-per-inch $DPI)" > /dev/null i3-msg restart systemctl --user restart redshift +notify-send --expire-time=5000 "Display profile: '$AUTORANDR_CURRENT_PROFILE'" |