JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add xlock to list that isnt verified during startup
authorMarco Peereboom <marco@conformal.com>
Mon, 29 Oct 2012 21:20:15 +0000 (16:20 -0500)
committerMarco Peereboom <marco@conformal.com>
Mon, 29 Oct 2012 21:21:07 +0000 (16:21 -0500)
spectrwm.c

index 9695399..21310f7 100644 (file)
@@ -6052,7 +6052,6 @@ setup_spawn(void)
 {
        setconfspawn("term",            "xterm",                0);
        setconfspawn("spawn_term",      "xterm",                0);
-       setconfspawn("lock",            "xlock",                0);
        setconfspawn("menu",            "dmenu_run"
                                        " -fn $bar_font"
                                        " -nb $bar_color"
@@ -6075,6 +6074,7 @@ setup_spawn(void)
                                        " -sf $bar_color",      0);
 
        /* these are not verified for existence */
+       setconfspawn("lock",            "xlock",                1);
        setconfspawn("screenshot_all",  "screenshot.sh full",   1);
        setconfspawn("screenshot_wind", "screenshot.sh window", 1);
        setconfspawn("initscr",         "initscreen.sh",        1);