summaryrefslogtreecommitdiff
path: root/src/pulsecore/native-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/native-common.h')
-rw-r--r--src/pulsecore/native-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulsecore/native-common.h b/src/pulsecore/native-common.h
index 5d1ba6a69..8fde0236f 100644
--- a/src/pulsecore/native-common.h
+++ b/src/pulsecore/native-common.h
@@ -177,7 +177,8 @@ enum {
};
#define PA_NATIVE_COOKIE_LENGTH 256
-#define PA_NATIVE_COOKIE_FILE ".pulse-cookie"
+#define PA_NATIVE_COOKIE_FILE ".config/pulse/cookie"
+#define PA_NATIVE_COOKIE_FILE_FALLBACK ".pulse-cookie"
#define PA_NATIVE_DEFAULT_PORT 4713