aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-02-01 19:51:17 +0000
committervaxerski <[email protected]>2023-02-01 19:51:22 +0000
commit1a41f729a38a57c7e925237efdeeaad1df14020e (patch)
tree6624d395cdae57a4bec9d871f1d53a5ac074a29b
parent445f8c71c50ed9cdd72299b2ddf696b7baeb1b03 (diff)
downloadHyprland-1a41f729a38a57c7e925237efdeeaad1df14020e.tar.gz
Hyprland-1a41f729a38a57c7e925237efdeeaad1df14020e.zip
fix legacy system call to create hypr dir
-rw-r--r--src/main.cpp2
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";