mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 16:50:50 +00:00
Update cheatsheets
This commit is contained in:
21
linux/xrdb
Normal file
21
linux/xrdb
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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/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`
|
||||
Reference in New Issue
Block a user