Introduction
Introduction Statistics Contact Development Disclaimer Help
tFixing kiosk mode when a new surf instance is run. - surf - customized build o…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit c6fbbd9dc6c16b04fd6c59f891909f59474ee429
parent badb84387e659ba1692c08f728ad6e7846d37818
Author: Christoph Lohmann <[email protected]>
Date: Mon, 11 Mar 2013 22:08:14 +0100
Fixing kiosk mode when a new surf instance is run.
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -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";
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.