aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-08 12:50:19 +1100
committerallusive-dev <[email protected]>2023-11-08 12:50:19 +1100
commita7b3bd45940e321b83c9672557f545a55a12e9ec (patch)
treeca5705f400e83dafca4a6abea85b9aeef7b1944c /src
parentFixed crashing on un-patched WMs (diff)
downloadcompfy-a7b3bd45940e321b83c9672557f545a55a12e9ec.tar.xz
compfy-a7b3bd45940e321b83c9672557f545a55a12e9ec.zip
tweak
Diffstat (limited to 'src')
-rw-r--r--src/wm_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wm_check.c b/src/wm_check.c
index 8ee19a1..462f68b 100644
--- a/src/wm_check.c
+++ b/src/wm_check.c
@@ -16,7 +16,7 @@ const char *checkWindowManager() {
} else if (strstr(desktopSession, "dwm") != NULL) {
return "dwm";
} else {
- return "error";
+ return "empty";
}
}
} \ No newline at end of file