commit 5880b616c54b6965878265e1a52faf5780aa0b1c
Author: Chen Jicheng <git_AT_chenjicheng.com>
Date: Sat Apr 16 12:26:46 2022 +0800
[dwm][patch][autostart] Add /home/chen/.config patch
diff --git a/dwm.suckless.org/patches/autostart/index.md b/dwm.suckless.org/patches/autostart/index.md
index 1f727ef4..67fb364a 100644
--- a/dwm.suckless.org/patches/autostart/index.md
+++ b/dwm.suckless.org/patches/autostart/index.md
_AT_@ -14,14 +14,15 @@ bad idea to start X-applications here :)
Download
--------
* [dwm-autostart-20161205-bb3bd6f.diff](dwm-autostart-20161205-bb3bd6f.diff)
-* [dwm-autostart-20210120-cb3f58a.diff](dwm-autostart-20210120-cb3f58a.diff)
+* [dwm-autostart-20210120-cb3f58a.diff](dwm-autostart-20210120-cb3f58a.diff) ($XDG_DATA_HOME)
+* [dwm-autostart-20220416-bece862.diff](dwm-autostart-20220416-bece862.diff) ($XDG_CONFIG_HOME)
This patch modifies the dwm autostart feature to conform to the
[XDG Base Directory specification](
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html).
- The files listed above are looked up in the directories "$XDG\_DATA\_HOME/dwm",
- "$HOME/.local/share/dwm", and "$HOME/.dwm" respectively. The first existing
- directory is used, no matter if it actually contains any file.
+ The files listed above are looked up in the directories "$XDG\_DATA\_HOME/dwm"
+ (or "$XDG\_CONFIG\_HOME/dwm), "$HOME/.local/share/dwm", and "$HOME/.dwm" respectively.
+ The first existing directory is used, no matter if it actually contains any file.
Authors
-------
Received on Sat Apr 16 2022 - 06:28:48 CEST