1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/xrdb.md

17 lines
372 B
Markdown
Raw Normal View History

2021-09-17 21:10:19 +03:00
# 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>.
2021-09-17 21:10:19 +03:00
- 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`