File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,9 @@ Environment variables:
204204 XEPHYR_SIZE Sets the size of the Xephyr window. The default is
205205 800x600.
206206
207+ XEPHYR_ARGS Adds arguments specified in this environment
208+ variable to the Xephyr launch command.
209+
207210 CUSTOM_MNT Sets a custom mount point for the Conty. This allows
208211 Conty to be used with already mounted filesystems.
209212 Conty will not mount its image on this mount point,
@@ -1159,7 +1162,7 @@ if [ "$(ls "${mount_point}" 2>/dev/null)" ] || launch_wrapper "${mount_command[@
11591162
11601163 QUIET_MODE=1 DISABLE_NET=1 SANDBOX_LEVEL=2 run_bwrap \
11611164 --bind-try /tmp/.X11-unix /tmp/.X11-unix \
1162- Xephyr -noreset -ac -br -screen " ${XEPHYR_SIZE} " :" ${xephyr_display} " & > /dev/null & sleep 1
1165+ Xephyr -noreset -ac -br ${XEPHYR_ARGS} -screen " ${XEPHYR_SIZE} " :" ${xephyr_display} " & > /dev/null & sleep 1
11631166 xephyr_pid=$!
11641167
11651168 QUIET_MODE=1 run_bwrap openbox & sleep 1
You can’t perform that action at this time.
0 commit comments