describe layers in hyprctl layers

This commit is contained in:
vaxerski
2023-01-09 21:26:07 +01:00
parent a572321f61
commit 989ee6473f
2 changed files with 4 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ int main(int argc, char** argv) {
#ifdef USES_SYSTEMD
// tell systemd it destroy bound/related units
if (sd_booted() > 0)
sd_notify(0, "STOPPING=1");
sd_notify(0, "STOPPING=1");
#endif
wl_display_destroy_clients(g_pCompositor->m_sWLDisplay);