dotfiles/scripts/misc/restart_dunst.sh

5 lines
69 B
Bash
Raw Normal View History

2021-07-15 18:51:54 +02:00
#!/bin/sh
killall dunst
dunst &
notify-send "Environment reloaded!"