summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
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";