We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ee606 commit 6577884Copy full SHA for 6577884
src/detection/displayserver/linux/wmde.c
@@ -62,6 +62,9 @@ static const char* parseEnv(void)
62
if(getenv("HYPRLAND_CMD") != NULL)
63
return "Hyprland";
64
65
+ if(getenv("SWAYSOCK") != NULL)
66
+ return "Sway";
67
+
68
#ifdef __linux__
69
if(
70
getenv("WAYLAND_DISPLAY") != NULL &&
0 commit comments