aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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