diff --git a/src/System.cpp b/src/System.cpp index 44792ee..183a053 100644 --- a/src/System.cpp +++ b/src/System.cpp @@ -294,7 +294,11 @@ namespace System void ExitWM() { +#ifdef HAS_HYPRLAND system("killall Hyprland"); +#else + system("Implement me!"); +#endif } void Lock()