xrdb: move to linux directory (#6606)

This commit is contained in:
Seth Falco
2021-09-28 14:23:29 +02:00
committed by GitHub
parent b36a446e0c
commit 64d6a8ebfb

16
pages/linux/xrdb.md Normal file
View 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`