diff --git a/spotifywm.cpp b/spotifywm.cpp index 3766e59..fbcc8d4 100644 --- a/spotifywm.cpp +++ b/spotifywm.cpp @@ -22,7 +22,7 @@ extern "C" { void spotifywm_init(void) __attribute__((constructor)); void spotifywm_init(void) { - // Prevent spotifywm.so from being attached to processes started by steam + // Prevent spotifywm.so from being attached to processes started by spotify const char *envname = "LD_PRELOAD"; const char *oldenv = getenv(envname); if (oldenv && false) {