aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-23 15:02:35 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-23 15:02:35 -0400
commitad14d091b2babc7a429f922844a8fc1d8523846f (patch)
tree72be213a8cb5dcda65ad0e144cfa828c5337a1af /etc/firejail.config
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-ad14d091b2babc7a429f922844a8fc1d8523846f.tar.gz
firejail-ad14d091b2babc7a429f922844a8fc1d8523846f.tar.zst
firejail-ad14d091b2babc7a429f922844a8fc1d8523846f.zip
merge #1100 from zackw: xvfb support in /etc/firejail/firejail.config
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 1db734f77..121f2dd74 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -103,3 +103,13 @@
103# Xephyr command extra parameters. None by default; these are examples. 103# Xephyr command extra parameters. None by default; these are examples.
104# xephyr-extra-params -keybd ephyr,,,xkbmodel=evdev 104# xephyr-extra-params -keybd ephyr,,,xkbmodel=evdev
105# xephyr-extra-params -grayscale 105# xephyr-extra-params -grayscale
106
107# Screen size for --x11=xvfb, default 800x600x24. The third dimension is
108# color depth; use 24 unless you know exactly what you're doing.
109# xvfb-screen 640x480x24
110# xvfb-screen 800x600x24
111# xvfb-screen 1024x768x24
112# xvfb-screen 1280x1024x24
113
114# Xvfb command extra parameters. None by default; this is an example.
115# xvfb-extra-params -pixdepths 8 24 32