aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-07-19 09:00:16 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-07-19 09:00:16 -0400
commit812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a (patch)
treeaae653e85d488f490bf99da9dcdd0f4f79e80491 /README.md
parentxvfb fixes (diff)
downloadfirejail-812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a.tar.gz
firejail-812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a.tar.zst
firejail-812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a.zip
support for Xephyr screen size
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 05e45d573..e3f1c5f01 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,16 @@ Use this issue to request new profiles: [#1139](https://github.com/netblue30/fir
102 102
103 Example: 103 Example:
104 $ firejail --disable-mnt firefox 104 $ firejail --disable-mnt firefox
105
106 --xephyr-screen=WIDTHxHEIGHT
107 Set screen size for --x11=xephyr. The setting will overwrite the
108 default set in /etc/firejail/firejail.config for the current
109 sandbox. Run xrandr to get a list of supported resolutions on
110 your computer.
111
112 Example:
113 $ firejail --net=eth0 --x11=xephyr --xephyr-screen=640x480 fire‐
114 fox
105````` 115`````
106 116
107 117