1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 17:55:24 +02:00
tldr/pages/linux/xrdb.md
Managor a5833ce758
*: make more information links dynamic (#16244)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-04-23 10:24:12 +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/current/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`