diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-24 21:10:32 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-24 21:10:32 +0200 |
commit | ebae56e45d69bfca266995a1e635c9cc0f97a8a3 (patch) | |
tree | 0d3f38ffba2730ca3e6b0616349a217e9085f760 | |
parent | f39f3e7c4037a5d4e79cc6e8de77317cc9b4b2af (diff) |
uninstall: add dunst to uninstall script
-rw-r--r-- | uninstall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uninstall.sh b/uninstall.sh index e8b9e24..3a04be1 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -26,6 +26,7 @@ stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/guix" guix # i3 stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} i3 stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} i3status +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} dunst # Plasma session environment variables #stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env |