]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fixed Xresources message
authorViking at RAGE <e22rico@gmail.com>
Sat, 14 May 2022 13:09:52 +0000 (14:09 +0100)
committerGitHub <noreply@github.com>
Sat, 14 May 2022 13:09:52 +0000 (14:09 +0100)
Xresources message shows incorrect export variable suggestion. Fixed to correct value.

programs/xorg-xrdb.json

index f2fa5ff855b6af859a11bc9f2cf8bfd619d1de52..63c29d2fdb38c9af23b54569694f7f0ea164981b 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.Xresources",
             "movable": true,
         {
             "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"
         }
     ],
     "name": "xorg-xrdb"
-}
\ No newline at end of file
+}