Skip to content

Commit

Permalink
Merge pull request #306 from nicolas-graves/Xdefaults
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n authored Aug 18, 2023
2 parents b04c470 + dbb3416 commit aaf7219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions programs/xorg-xrdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aaf7219

Please sign in to comment.