diff options
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 |