aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-10 10:39:06 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-10 10:39:06 -0400
commitcaf12c0a30ff750a1d6e450b73317e863dcd7d70 (patch)
tree06d457d7126a8440201a283926ab03ddf89bff8f /src
parentxpra window title (diff)
downloadfirejail-caf12c0a30ff750a1d6e450b73317e863dcd7d70.tar.gz
firejail-caf12c0a30ff750a1d6e450b73317e863dcd7d70.tar.zst
firejail-caf12c0a30ff750a1d6e450b73317e863dcd7d70.zip
xephyr window title
Diffstat (limited to 'src')
-rw-r--r--src/firejail/x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/x11.c b/src/firejail/x11.c
index 5fb6845aa..ef1095a49 100644
--- a/src/firejail/x11.c
+++ b/src/firejail/x11.c
@@ -186,7 +186,7 @@ void x11_start_xephyr(int argc, char **argv) {
186 186
187 // start xephyr 187 // start xephyr
188 char *cmd1; 188 char *cmd1;
189 if (asprintf(&cmd1, "Xephyr -ac -br -noreset -screen %s :%d", xephyr_screen, display) == -1) 189 if (asprintf(&cmd1, "Xephyr -ac -br -title \"firejail x11 sandbox\" -noreset -screen %s :%d", xephyr_screen, display) == -1)
190 errExit("asprintf"); 190 errExit("asprintf");
191 191
192 int len = 50; // DISPLAY... 192 int len = 50; // DISPLAY...