diff options
Diffstat (limited to 'x11-wm/spectrwm')
-rw-r--r-- | x11-wm/spectrwm/files/spawn_menu_atbottom.patch | 4 | ||||
-rw-r--r-- | x11-wm/spectrwm/files/startscrotwm | 10 |
2 files changed, 2 insertions, 12 deletions
diff --git a/x11-wm/spectrwm/files/spawn_menu_atbottom.patch b/x11-wm/spectrwm/files/spawn_menu_atbottom.patch index fdb39cc3a72a..844dce1c6d4a 100644 --- a/x11-wm/spectrwm/files/spawn_menu_atbottom.patch +++ b/x11-wm/spectrwm/files/spawn_menu_atbottom.patch @@ -1,7 +1,7 @@ $FreeBSD$ ---- scrotwm.c.orig 2012-01-11 19:42:57.000000000 +0100 -+++ scrotwm.c 2012-01-11 21:36:07.000000000 +0100 +--- spectrwm.c.orig 2012-01-11 19:42:57.000000000 +0100 ++++ spectrwm.c 2012-01-11 21:36:07.000000000 +0100 @@ -4481,14 +4481,16 @@ " -nb $bar_color" " -nf $bar_font_color" diff --git a/x11-wm/spectrwm/files/startscrotwm b/x11-wm/spectrwm/files/startscrotwm index 34721b34da5b..e69de29bb2d1 100644 --- a/x11-wm/spectrwm/files/startscrotwm +++ b/x11-wm/spectrwm/files/startscrotwm @@ -1,10 +0,0 @@ -#!/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 |