diff options
Diffstat (limited to 'app/xinit/org.x.startx.plist.cpp')
-rw-r--r-- | app/xinit/org.x.startx.plist.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app/xinit/org.x.startx.plist.cpp b/app/xinit/org.x.startx.plist.cpp new file mode 100644 index 000000000..42c9f7009 --- /dev/null +++ b/app/xinit/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> |