diff options
author | vaxerski <[email protected]> | 2023-02-01 19:51:17 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-02-01 19:51:22 +0000 |
commit | 1a41f729a38a57c7e925237efdeeaad1df14020e (patch) | |
tree | 6624d395cdae57a4bec9d871f1d53a5ac074a29b | |
parent | 445f8c71c50ed9cdd72299b2ddf696b7baeb1b03 (diff) | |
download | Hyprland-1a41f729a38a57c7e925237efdeeaad1df14020e.tar.gz Hyprland-1a41f729a38a57c7e925237efdeeaad1df14020e.zip |
fix legacy system call to create hypr dir
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 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"; |