From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Fri, 18 Aug 2023 00:40:58 +0000 (+0200) Subject: Merge pull request #306 from nicolas-graves/Xdefaults X-Git-Tag: v0.2.0.2~35 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/aaf7219c555a771ac5a8e76d14e2923b86cf8f98?hp=b04c4700807d10fd1b1e0af67273b3c029793c86 Merge pull request #306 from nicolas-graves/Xdefaults --- diff --git a/programs/xorg-xrdb.json b/programs/xorg-xrdb.json index 63c29d2..14dacf9 100644 --- a/programs/xorg-xrdb.json +++ b/programs/xorg-xrdb.json @@ -4,6 +4,11 @@ "path": "$HOME/.Xresources", "movable": true, "help": "xrdb loads these resources, wherever you call xrdb, add this flag:\n\n```bash\nxrdb -load \"$XDG_CONFIG_HOME/X11/xresources\"\n```\n\n_Note: It will probably be called by your Xsession file._\n" + }, + { + "path": "$HOME/.Xdefaults", + "movable": true, + "help": "Old version of .Xresources. xrdb loads these resources, wherever you call xrdb, add this flag:\n\n```bash\nxrdb -load \"$XDG_CONFIG_HOME/X11/xresources\"\n```\n\n_Note: It will probably be called by your Xsession file._\n" } ], "name": "xorg-xrdb"