Skip to content

Commit

Permalink
--wm: Improve note about wm context menu #158
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed May 15, 2019
1 parent 5f2328d commit 7781fb3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -1728,9 +1728,11 @@ s0_active_plugins = core;composite;opengl;decor;resize;move;
note "Using host window manager $Windowmanager
If it is a window manager with a context menu like e. g. openbox,
you are able to run host applications in the new X server.
Don't be confused, container applications should not be able to abuse it.
X extension XTEST is disabled to avoid remote host control with xdotool.
The clipboard within X server $Xserver will be shared, though."
Don't be confused, container applications should not be able to abuse this.
X extension XTEST is disabled to avoid remote host control with xdotool
through emulated keypresses or mouse clicks.
The clipboard within X server $Xserver will be shared, though.
Also the container can move or close other windows within this X server."
} || {
note "Could not detect a host window manager.
Please specify one with option --wm=WINDOWMANAGER or install one of
Expand Down

0 comments on commit 7781fb3

Please sign in to comment.