summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 3f541a1..bf523fd 100644
--- a/main.cpp
+++ b/main.cpp
@@ -925,6 +925,8 @@ int main(int argc, char** argv)
dpy = XOpenDisplay(nullptr);
root = Window(DefaultRootWindow(dpy));
+ // Adding commands
+ commandsModule.addCommand("spawn", spawn, 1, {STR_REST});
//Config
std::string home = getenv("HOME");