Hyprland/src/init/initHelpers.hpp
vaxerski 146b189d54 disallow running with sudo
unless you use the --i-am-really-stupid flag
2022-05-19 19:28:15 +02:00

7 lines
No EOL
79 B
C++

#pragma once
#include "../defines.hpp"
namespace Init {
bool isSudo();
};