diff options
Diffstat (limited to '')
-rw-r--r-- | x11-wm/spectrwm/files/patch-spectrwm.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/spectrwm/files/patch-spectrwm.c b/x11-wm/spectrwm/files/patch-spectrwm.c new file mode 100644 index 000000000000..74f48047480f --- /dev/null +++ b/x11-wm/spectrwm/files/patch-spectrwm.c @@ -0,0 +1,11 @@ +--- spectrwm.c.orig 2013-04-29 23:55:24.573913339 +0200 ++++ spectrwm.c 2013-04-29 23:55:44.031914326 +0200 +@@ -6316,7 +6316,7 @@ + void + setup_spawn(void) + { +- setconfspawn("lock", "xlock", 0); ++ setconfspawn("lock", "xlock", SWM_SPAWN_OPTIONAL); + + setconfspawn("term", "xterm", 0); + setconfspawn("spawn_term", "xterm", 0); |