summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-12-18 20:57:25 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-12-18 20:57:25 -0500
commit34be9e56492887980975fefabbe676109e0cc04f (patch)
tree6c056c522ac5c1a758d2cd073c4af116637408a0
parent96e08a922893e98dac9c7d24ac41817dac986490 (diff)
dwmc can use xrdb
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 2553946..5ca831c 100644
--- a/config.h
+++ b/config.h
@@ -339,4 +339,5 @@ static Signal signals[] = {
{ "quit", quit },
{ "setlayout", setlayout },
{ "setlayoutex", setlayoutex },
+ { "xrdb", xrdb },
};