Update aliases

This commit is contained in:
Asocia
2021-07-15 19:51:54 +03:00
parent ef707de1f5
commit 92d257a661
2 changed files with 5 additions and 1 deletions

4
scripts/misc/restart_dunst.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
killall dunst
dunst &
notify-send "Environment reloaded!"