From: Christoph Lohmann <20h@r-36.net> Date: Mon, 11 Mar 2013 21:08:14 +0000 (+0100) Subject: Fixing kiosk mode when a new surf instance is run. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=c6fbbd9dc6c16b04fd6c59f891909f59474ee429 Fixing kiosk mode when a new surf instance is run. --- diff --git a/surf.c b/surf.c index 702eaf6..ee4ab75 100644 --- a/surf.c +++ b/surf.c @@ -808,7 +808,7 @@ newwindow(Client *c, const Arg *arg, gboolean noembed) { } if(!loadimages) cmd[i++] = "-i"; - if(!kioskmode) + if(kioskmode) cmd[i++] = "-k"; if(!enableplugins) cmd[i++] = "-p";