diff --git a/arch-config/.config/dunst/dunstrc b/arch-config/.config/dunst/dunstrc
index bd2e9e4e..68b3f0d0 100755
--- a/arch-config/.config/dunst/dunstrc
+++ b/arch-config/.config/dunst/dunstrc
@@ -433,36 +433,21 @@
[dunstify]
appname = "dunstify"
format = "%s\n%b"
- script = "/home/marc/scripts/dunst-notification-sound.sh"
+ script = "$HOME/scripts/dunst/dunst-notification-sound.sh"
[notify-send]
appname = "notify-send"
format = "%s\n%b"
- script = "/home/marc/scripts/dunst-notification-sound.sh"
+ script = "$HOME/scripts/dunst/dunst-notification-sound.sh"
[volume-script]
appname = "volume-script"
format = "%s\n%b"
timeout = 5
- script = "/home/marc/scripts/dunst-notification-sound.sh"
+ script = "$HOME/scripts/dunst/dunst-notification-sound.sh"
[backlight-script]
appname = "backlight-script"
format = "%s\n%b"
timeout = 5
- script = "/home/marc/scripts/dunst-notification-sound.sh"
-
-[xfce4-power-manager]
- appname = "Power Manager"
- summary = "Brightness:*"
- format = ""
-
-# vim: ft=cfg
-
-#[play-sound]
-# summary = "*"
-# script = "/home/marc/scripts/dunst-notification-sound.sh"
-
-[Evolution-sound]
- appname = "evolution-mail-notification"
- script = "/home/marc/scripts/dunst-notification-sound.sh"
+ script = "$HOME/scripts/dunst/dunst-notification-sound.sh"
diff --git a/arch-config/scripts/dunst-backlight.sh b/arch-config/scripts/dunst/dunst-backlight.sh
similarity index 100%
rename from arch-config/scripts/dunst-backlight.sh
rename to arch-config/scripts/dunst/dunst-backlight.sh
diff --git a/arch-config/scripts/dunst-notification-sound.sh b/arch-config/scripts/dunst/dunst-notification-sound.sh
similarity index 100%
rename from arch-config/scripts/dunst-notification-sound.sh
rename to arch-config/scripts/dunst/dunst-notification-sound.sh
diff --git a/arch-config/scripts/dunst-volume.sh b/arch-config/scripts/dunst/dunst-volume.sh
similarity index 100%
rename from arch-config/scripts/dunst-volume.sh
rename to arch-config/scripts/dunst/dunst-volume.sh