From fc71ada5fa5491d36184e89648c1c228678c97eb Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 14 Jul 2017 23:10:28 +0200 Subject: [PATCH] moved dunst into i3 folder --- {dunst => i3/dunst}/dunstrc | 0 install.conf.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {dunst => i3/dunst}/dunstrc (100%) diff --git a/dunst/dunstrc b/i3/dunst/dunstrc similarity index 100% rename from dunst/dunstrc rename to i3/dunst/dunstrc diff --git a/install.conf.json b/install.conf.json index 479eb6e..c56dc71 100644 --- a/install.conf.json +++ b/install.conf.json @@ -39,7 +39,7 @@ "~/.local/bin/clean": "bin/clean.sh", "~/.local/bin/lockscreen": "i3/lockscreen.sh", "~/.local/bin/locknow": "i3/locknow.sh", - "~/.config/dunst/dunstrc": "dunst/dunstrc", + "~/.config/dunst/dunstrc": "i3/dunst/dunstrc", "~/.profile.d/load": "shell/load", "~/.profile.d/10-vars.sh": "shell/vars.sh", "~/.profile.d/10-paths.sh": "shell/paths.sh",