dotfiles/scripts/restart_dunst.sh
2022-03-01 18:32:55 +03:00

5 lines
69 B
Bash
Executable File

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