diff options
| author | allusive-dev <[email protected]> | 2023-11-08 12:50:19 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-08 12:50:19 +1100 |
| commit | a7b3bd45940e321b83c9672557f545a55a12e9ec (patch) | |
| tree | ca5705f400e83dafca4a6abea85b9aeef7b1944c /src | |
| parent | Fixed crashing on un-patched WMs (diff) | |
| download | compfy-a7b3bd45940e321b83c9672557f545a55a12e9ec.tar.xz compfy-a7b3bd45940e321b83c9672557f545a55a12e9ec.zip | |
tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/wm_check.c | 2 |
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 |