dotfiles/scripts/misc/restart_dunst.sh
2021-07-15 19:51:54 +03:00

5 lines
69 B
Bash
Executable File

#!/bin/sh
killall dunst
dunst &
notify-send "Environment reloaded!"