diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-05 17:23:02 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-05 17:23:02 -0700 |
commit | 1cb4bb208d481967fb736acf10c6ac2b66bf3181 (patch) | |
tree | 9abb376481f4cf8b5d5df218b2f937a692f339da /org.x.startx.plist.cpp | |
parent | f7c706ff46d4a2364d65731cd1c3135ef7987380 (diff) |
Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the org.x.X11 application
Diffstat (limited to 'org.x.startx.plist.cpp')
-rw-r--r-- | org.x.startx.plist.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/org.x.startx.plist.cpp b/org.x.startx.plist.cpp new file mode 100644 index 0000000..42c9f70 --- /dev/null +++ b/org.x.startx.plist.cpp @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>Label</key> + <string>org.x.startx</string> + <key>ProgramArguments</key> + <array> + <string>/bin/bash</string> + <string>--login</string> + <string>-c</string> + <string>__bindir__/startx</string> + </array> + <key>Sockets</key> + <dict> + <key>:0</key> + <dict> + <key>SecureSocketWithKey</key> + <string>DISPLAY</string> + </dict> + </dict> + <key>ServiceIPC</key> + <true/> +</dict> +</plist> |