diff options
author | vaxerski <[email protected]> | 2022-06-03 17:41:57 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-06-03 17:41:57 +0200 |
commit | 6f3b004199a6b1bb0a8f5431d677ab926bdf19f3 (patch) | |
tree | 227dec00bfbcefa60cf0ebe7329508f439237c62 /src/main.cpp | |
parent | 19b17b590c8a2dc19e79542796c7b1b8e65301de (diff) | |
download | Hyprland-6f3b004199a6b1bb0a8f5431d677ab926bdf19f3.tar.gz Hyprland-6f3b004199a6b1bb0a8f5431d677ab926bdf19f3.zip |
IPC and log changes, introduce signature
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
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."); |