mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
464 B
Plaintext
22 lines
464 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|