1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/linux/xrdb.md
2021-09-28 09:23:29 -03:00

16 lines
372 B
Markdown

# xrdb
> X window server's resource database utility for Unix-like systems.
> More information: <https://www.x.org/releases/X11R7.7/doc/man/man1/xrdb.1.xhtml>.
- Start `xrdb` in interactive mode:
`xrdb`
- Load values (e.g. style rules) from a resource file:
`xrdb -load {{~/.Xresources}}`
- Query the resource database and print currently set values:
`xrdb -query`