diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-20 23:17:13 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-22 11:17:54 +0200 |
commit | 7b65974a4a739406ef9d32b658abd26c81bea44f (patch) | |
tree | c991e690c06da87fce200848522d847cc94c5211 /install.sh | |
parent | 67a0e24cd0248bec44490fa6ac1dc75f3d3e6323 (diff) |
add dunst and configure it
Diffstat (limited to 'install.sh')
-rwxr-xr-x[-rw-r--r--] | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh index 3108e3d..99f8716 100644..100755 --- 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 |