X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=ee4ab756135617f57ec459129d331e2f75101af2;hp=702eaf6d80768faae23c8535599322f9b57223a7;hb=c6fbbd9dc6c16b04fd6c59f891909f59474ee429;hpb=badb84387e659ba1692c08f728ad6e7846d37818 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";