diff options
Diffstat (limited to 'org.x.startx.plist.cpp')
-rw-r--r-- | org.x.startx.plist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.x.startx.plist.cpp b/org.x.startx.plist.cpp index 4f3ce74..bd4c9e9 100644 --- a/org.x.startx.plist.cpp +++ b/org.x.startx.plist.cpp @@ -3,14 +3,14 @@ <plist version="1.0"> <dict> <key>Label</key> - <string>org.x.startx</string> + <string>LAUNCHD_ID_PREFIX.startx</string> <key>ProgramArguments</key> <array> <string>__bindir__/startx</string> </array> <key>Sockets</key> <dict> - <key>:0</key> + <key>LAUNCHD_ID_PREFIX:0</key> <dict> <key>SecureSocketWithKey</key> <string>DISPLAY</string> |