xrdb - bakkeby/dusk GitHub Wiki
| 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 resourcesNote that just changing the ~/.Xresources file is normally not sufficient and the changes should
be updated in the X resources database first:
$ xrdb ~/.XresourcesBack to Functions > Xresources.