remove alias

This commit is contained in:
Barrett Ruth 2026-02-17 15:55:42 -05:00
parent 9fb650e34f
commit 96be36e1f7
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 0 additions and 2 deletions

View file

@ -101,7 +101,6 @@ Linux)
[ -f "$dunst_themes/$theme.conf" ] && {
mkdir -p "$cfg/dunst/dunstrc.d"
ln -sf "$dunst_themes/$theme.conf" "$cfg/dunst/dunstrc.d/theme.conf"
pkill -x dunst 2>/dev/null; sleep 0.2
systemctl --user restart dunst
}