diff --git a/setup.bash b/setup.bash index 6d1230d..5d1a043 100755 --- a/setup.bash +++ b/setup.bash @@ -62,6 +62,7 @@ copy-config() { copy-files-in-dir-to "$(here)/config/albert" "$(config-dir albert)" copy-files-in-dir-to "$(here)/config/openbox" "$(config-dir openbox)" + copy-files-in-dir-to "$(here)/config/dunst" "$(config-dir dunst)" } add-custom-startup() {