From ae0b8053335633c74128229c20a58379d9f9796c Mon Sep 17 00:00:00 2001 From: Viking at RAGE Date: Sat, 14 May 2022 14:09:52 +0100 Subject: [PATCH] Fixed Xresources message Xresources message shows incorrect export variable suggestion. Fixed to correct value. --- programs/xorg-xrdb.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/xorg-xrdb.json b/programs/xorg-xrdb.json index f2fa5ff..63c29d2 100644 --- a/programs/xorg-xrdb.json +++ b/programs/xorg-xrdb.json @@ -3,8 +3,8 @@ { "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/.config/X11/xresources\"\n```\n\n_Note: It will probably be called by your Xsession file._\n" + "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" } ], "name": "xorg-xrdb" -} \ No newline at end of file +} -- 2.47.3