commit 3e8390c25bbc4b044b40a3fe4f088f16eb19e39e
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sat Apr 16 13:25:40 2022 +0200
Revert "[dwm][patch][autostart] Add /home/chen/.config patch"
This reverts commit 5880b616c54b6965878265e1a52faf5780aa0b1c.
Reason: the patch is missing.
Feel free to add it and push it again.
diff --git a/dwm.suckless.org/patches/autostart/index.md b/dwm.suckless.org/patches/autostart/index.md
index 67fb364a..1f727ef4 100644
--- a/dwm.suckless.org/patches/autostart/index.md
+++ b/dwm.suckless.org/patches/autostart/index.md
_AT_@ -14,15 +14,14 @@ 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) ($XDG_DATA_HOME)
-* [dwm-autostart-20220416-bece862.diff](dwm-autostart-20220416-bece862.diff) ($XDG_CONFIG_HOME)
+* [dwm-autostart-20210120-cb3f58a.diff](dwm-autostart-20210120-cb3f58a.diff)
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"
- (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.
+ 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.
Authors
-------
Received on Sat Apr 16 2022 - 13:26:30 CEST