mirror of
https://github.com/vale981/Hyprland
synced 2025-03-12 21:56:38 -04:00
15 lines
197 B
C++
15 lines
197 B
C++
![]() |
#include "defines.hpp"
|
||
|
#include "debug/Log.hpp"
|
||
|
|
||
|
int main(int argc, char** argv) {
|
||
|
|
||
|
|
||
|
|
||
|
if (!getenv("XDG_RUNTIME_DIR"))
|
||
|
RIP("XDG_RUNTIME_DIR not set!");
|
||
|
|
||
|
|
||
|
|
||
|
return EXIT_SUCCESS;
|
||
|
}
|