From dbb3416a935ad7b971d5aba0611d45cdfde48278 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 17 Aug 2023 15:33:16 +0200 Subject: [PATCH] Add Xdefaults. --- programs/xorg-xrdb.json | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.47.3