diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-12-18 20:57:25 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-12-18 20:57:25 -0500 |
commit | 34be9e56492887980975fefabbe676109e0cc04f (patch) | |
tree | 6c056c522ac5c1a758d2cd073c4af116637408a0 | |
parent | 96e08a922893e98dac9c7d24ac41817dac986490 (diff) |
dwmc can use xrdb
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -339,4 +339,5 @@ static Signal signals[] = { { "quit", quit }, { "setlayout", setlayout }, { "setlayoutex", setlayoutex }, + { "xrdb", xrdb }, }; |