Add Hyprland check for logout.

This commit is contained in:
scorpion-26 2023-01-13 16:24:22 +01:00
parent b0ed0d17e5
commit 1bc74fa840

View file

@ -294,7 +294,11 @@ namespace System
void ExitWM() void ExitWM()
{ {
#ifdef HAS_HYPRLAND
system("killall Hyprland"); system("killall Hyprland");
#else
system("Implement me!");
#endif
} }
void Lock() void Lock()