aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 5d9d404..8ee19a1 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 desktopSession;
+ return "error";
}
}
} \ No newline at end of file