summaryrefslogtreecommitdiffstats
path: root/.config/wal
diff options
context:
space:
mode:
Diffstat (limited to '.config/wal')
-rwxr-xr-x.config/wal/postrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wal/postrun b/.config/wal/postrun
index 7eb8d11..61d8a41 100755
--- a/.config/wal/postrun
+++ b/.config/wal/postrun
@@ -5,7 +5,7 @@ zathuraconf="${XDG_CONFIG_HOME:-$HOME/.config}/zathura/zathurarc"
source "${XDG_CACHE_HOME:-$HOME/.cache}/wal/colors.sh"
-mkdir -p "${dunstconf##*/}" "${zathuraconf##*/}"
+mkdir -p "${dunstconf%/*}" "${zathuraconf%/*}"
mv -n "$dunstconf" "$dunstconf.bak"
mv -n "$zathuraconf" "$zathuraconf.bak"