diff options
author | Alan Pearce | 2017-09-13 13:42:31 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-13 13:42:31 +0200 |
commit | 424117953b6441f9be061f4c8324e66da971746b (patch) | |
tree | 742941f4440985a5171a813d0c756fd03f4bb8ce /autorandr | |
parent | 0872319ea4fec52fad084e9227ef17c3639a3020 (diff) | |
download | dotfiles-424117953b6441f9be061f4c8324e66da971746b.tar.lz dotfiles-424117953b6441f9be061f4c8324e66da971746b.tar.zst dotfiles-424117953b6441f9be061f4c8324e66da971746b.zip |
autorandr: Add notification to postswitch script
Diffstat (limited to 'autorandr')
-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 fc5d828..f0dd1ef 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'" |