From 7b65974a4a739406ef9d32b658abd26c81bea44f Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 20 Aug 2024 23:17:13 +0200 Subject: add dunst and configure it --- install.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 3108e3d..99f8716 --- a/install.sh +++ b/install.sh @@ -24,6 +24,8 @@ stow -Rt $XDG_CONFIG_HOME i3 stow -Rt $XDG_CONFIG_HOME i3status # Plasma session environment variables #stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env +# dunst +stow -Rt $XDG_CONFIG_HOME dunst # Shepherd user services stow -Rt $XDG_CONFIG_HOME shepherd -- cgit v1.2.3