summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2023-05-31 20:55:49 +1200
committerBossCode45 <human.cyborg42@gmail.com>2023-05-31 20:55:49 +1200
commit6b3dff404248bcf03e0bf0463a8c53d8918f7eec (patch)
tree35ec2c56e0408d18beaab7520004573162ff4250 /config.h
parentea827624d203c73af896669e161972fc8be022ed (diff)
downloadYATwm-6b3dff404248bcf03e0bf0463a8c53d8918f7eec.tar.gz
YATwm-6b3dff404248bcf03e0bf0463a8c53d8918f7eec.zip
Added support for commands without a module
Also made it easier to add commands by making the ~addCommand~ function accept a vector for ~argTypes~ and then convert it.
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 55e55aa..e6d6227 100644
--- a/config.h
+++ b/config.h
@@ -47,7 +47,6 @@ public:
// Keybind Commands
COMMAND(exit);
- COMMAND(spawn);
COMMAND(spawn_once);
COMMAND(changeWS);
COMMAND(wToWS);