diff options
Diffstat (limited to 'launchd/user_startx/startx.plist.cpp')
-rw-r--r-- | launchd/user_startx/startx.plist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launchd/user_startx/startx.plist.cpp b/launchd/user_startx/startx.plist.cpp index 1a87527..9d9c1a4 100644 --- a/launchd/user_startx/startx.plist.cpp +++ b/launchd/user_startx/startx.plist.cpp @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>Label</key> - <string>LAUNCHD_ID_PREFIX.startx</string> + <string>BUNDLE_ID_PREFIX.startx</string> <key>ProgramArguments</key> <array> <string>__xinitrcdir__/launchd_startx</string> @@ -11,7 +11,7 @@ </array> <key>Sockets</key> <dict> - <key>LAUNCHD_ID_PREFIX:0</key> + <key>BUNDLE_ID_PREFIX:0</key> <dict> <key>SecureSocketWithKey</key> <string>DISPLAY</string> |