summaryrefslogtreecommitdiff
path: root/xinitrc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xinitrc.cpp')
-rw-r--r--xinitrc.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/xinitrc.cpp b/xinitrc.cpp
index 4f52f13..c24bcd0 100644
--- a/xinitrc.cpp
+++ b/xinitrc.cpp
@@ -68,6 +68,11 @@ fi
XCOMM This is the fallback case if nothing else is executed above
#endif /* !defined(__SCO__) && !defined(__UNIXWARE__) */
+
+#ifdef __APPLE__
+[ -x /usr/bin/quartz-wm ] && exec /usr/bin/quartz-wm
+#endif
+
TWM &
XCLOCK -geometry 50x50-1+1 &
XTERM -geometry 80x50+494+51 &