From 1a41f729a38a57c7e925237efdeeaad1df14020e Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:51:17 +0000 Subject: [PATCH] fix legacy system call to create hypr dir --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index bd25b662..9cfe65da 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,8 +38,6 @@ int main(int argc, char** argv) { } } - system("mkdir -p /tmp/hypr"); - if (!ignoreSudo) { if (Init::isSudo()) { std::cout << "Hyprland shall not be run as the root user. If you really want to, use the --i-am-really-stupid flag.\n";