aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-01-09 21:26:07 +0100
committervaxerski <[email protected]>2023-01-09 21:26:07 +0100
commit989ee6473fa3aa8fc050dece6f3019729d417176 (patch)
tree3c6bc6173395408565b345109c1bf185b52de403 /src/main.cpp
parenta572321f611d256f746366fbf16d36ed6a7de3e6 (diff)
downloadHyprland-989ee6473fa3aa8fc050dece6f3019729d417176.tar.gz
Hyprland-989ee6473fa3aa8fc050dece6f3019729d417176.zip
describe layers in hyprctl layers
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7d1353ba..7705f613 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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);