From: Viking at RAGE Date: Sat, 14 May 2022 13:09:52 +0000 (+0100) Subject: Fixed Xresources message X-Git-Tag: v0.2.0.0~74^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/ae0b8053335633c74128229c20a58379d9f9796c Fixed Xresources message Xresources message shows incorrect export variable suggestion. Fixed to correct value. --- 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 +}