mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Add Hyprland check for logout.
This commit is contained in:
parent
b0ed0d17e5
commit
1bc74fa840
1 changed files with 4 additions and 0 deletions
|
@ -294,7 +294,11 @@ namespace System
|
|||
|
||||
void ExitWM()
|
||||
{
|
||||
#ifdef HAS_HYPRLAND
|
||||
system("killall Hyprland");
|
||||
#else
|
||||
system("Implement me!");
|
||||
#endif
|
||||
}
|
||||
|
||||
void Lock()
|
||||
|
|
Loading…
Reference in a new issue