summaryrefslogtreecommitdiffstats
path: root/desktop/spectrwm/xinitrc.spectrwm
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/spectrwm/xinitrc.spectrwm')
-rw-r--r--desktop/spectrwm/xinitrc.spectrwm5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/spectrwm/xinitrc.spectrwm b/desktop/spectrwm/xinitrc.spectrwm
index ee8f916496..d68c50cb65 100644
--- a/desktop/spectrwm/xinitrc.spectrwm
+++ b/desktop/spectrwm/xinitrc.spectrwm
@@ -11,7 +11,10 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
[ -f $userresources ] && /usr/bin/xrdb -merge $userresources
[ -f $usermodmap ] && /usr/bin/xmodmap $usermodmap
-# Start herbstluftwm
+# Add your startup prgorams here, e.g.
+# numlockx &
+
+# Start spectrwm
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
exec ck-launch-session dbus-launch --exit-with-session /usr/bin/spectrwm
else