Skip to content
Bakkeby edited this page Feb 27, 2024 · 3 revisions
Function Expected argument Default keybinding
xrdb N/A N/A

The xrdb function reloads X resources allowing colours to be updated during runtime.

External commands:

$ duskc run_command xrdb  # reload X resources

Note that just changing the ~/.Xresources file is normally not sufficient and the changes should be updated in the X resources database first:

$ xrdb ~/.Xresources

Back to Functions > Xresources.

Clone this wiki locally