]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/xorg-xrdb.json
Add lyrics entry to ncmpcpp (#402)
[xdg-ninja.git] / programs / xorg-xrdb.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.Xresources",
5 "movable": true,
6 "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"
7 },
8 {
9 "path": "$HOME/.Xdefaults",
10 "movable": true,
11 "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"
12 }
13 ],
14 "name": "xorg-xrdb"
15 }