aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-06-03 17:41:57 +0200
committervaxerski <[email protected]>2022-06-03 17:41:57 +0200
commit6f3b004199a6b1bb0a8f5431d677ab926bdf19f3 (patch)
tree227dec00bfbcefa60cf0ebe7329508f439237c62 /src/main.cpp
parent19b17b590c8a2dc19e79542796c7b1b8e65301de (diff)
downloadHyprland-6f3b004199a6b1bb0a8f5431d677ab926bdf19f3.tar.gz
Hyprland-6f3b004199a6b1bb0a8f5431d677ab926bdf19f3.zip
IPC and log changes, introduce signature
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index cdad06e7..a6f2469c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,6 +19,10 @@ int main(int argc, char** argv) {
ignoreSudo = true;
}
+ system("mkdir -p /tmp/hypr");
+
+ Debug::init();
+
if (!ignoreSudo) {
if (Init::isSudo()) {
Debug::log(CRIT, "Hyprland shall not be run as the root user. If you really want to, use the --i-am-really-stupid flag.");