From 430989b396be051d1f4f198c71e3d121fb3bee2f Mon Sep 17 00:00:00 2001 From: eadler Date: Sat, 17 Mar 2012 16:51:13 +0000 Subject: Restore start script - it got lost in the rename Submitted by: ak Approved by: maintainer (implicit) Feature safe: yes --- x11-wm/spectrwm/files/startscrotwm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/x11-wm/spectrwm/files/startscrotwm b/x11-wm/spectrwm/files/startscrotwm index e69de29bb2d1..34721b34da5b 100644 --- a/x11-wm/spectrwm/files/startscrotwm +++ b/x11-wm/spectrwm/files/startscrotwm @@ -0,0 +1,10 @@ +#!/bin/sh + +if [ -z "${DISPLAY}" ] +then + echo "$0: Starting X server" + exec xinit $( which scrotwm ) +else + echo "$0: X server already running on display ${DISPLAY}" + $( which scrotwm ) +fi -- cgit