mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 16:15:54 +02:00
xrdb: add page (#6495)
This commit is contained in:
parent
bfb31ffa0d
commit
cae0dc5de2
1 changed files with 16 additions and 0 deletions
16
xrdb.md
Normal file
16
xrdb.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue