From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Sat, 14 May 2022 13:19:19 +0000 (+0200) Subject: Merge pull request #17 from Vikingat-RAGE/patch-1 X-Git-Tag: v0.2.0.0~74 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/3e66d19a7948ba8c8817accc50462fda1dcfda7b?hp=9484de3ee968e2a01b8691adc95a012f2c1cf787 Merge pull request #17 from Vikingat-RAGE/patch-1 Fixed Xresources message --- 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 +}