]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add Xdefaults.
authorNicolas Graves <ngraves@ngraves.fr>
Thu, 17 Aug 2023 13:33:16 +0000 (15:33 +0200)
committerNicolas Graves <ngraves@ngraves.fr>
Thu, 17 Aug 2023 13:33:16 +0000 (15:33 +0200)
programs/xorg-xrdb.json

index 63c29d2fdb38c9af23b54569694f7f0ea164981b..14dacf919561579c75cf228382ea83ecb15a863b 100644 (file)
@@ -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"