summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-03-11 22:08:14 +0100
committerChristoph Lohmann <20h@r-36.net>2013-03-11 22:08:14 +0100
commitc6fbbd9dc6c16b04fd6c59f891909f59474ee429 (patch)
tree9965157223ed67f8c750979cf4aae7ff36f524b5 /surf.c
parentbadb84387e659ba1692c08f728ad6e7846d37818 (diff)
downloadsurf-c6fbbd9dc6c16b04fd6c59f891909f59474ee429.tar.gz
surf-c6fbbd9dc6c16b04fd6c59f891909f59474ee429.tar.bz2
surf-c6fbbd9dc6c16b04fd6c59f891909f59474ee429.zip
Fixing kiosk mode when a new surf instance is run.
Diffstat (limited to 'surf.c')
-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";