From ab20f41bd850049b243dd4685864073beefa718b Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sun, 24 Jun 2018 13:41:17 +0200 Subject: [PATCH] Add copying of dunst config --- setup.bash | 1 + 1 file changed, 1 insertion(+) 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() {