diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-07-22 14:44:46 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-14 00:08:33 +0100 |
commit | a4473785553a06f35b005683c7d50c1ef7561b13 (patch) | |
tree | 23cabb84347e62bb8df1743e727a813b1668173e | |
parent | ba8076697d825c8f3e0388967a11a7d691a4b61c (diff) | |
download | nx-libs-a4473785553a06f35b005683c7d50c1ef7561b13.tar.gz nx-libs-a4473785553a06f35b005683c7d50c1ef7561b13.tar.bz2 nx-libs-a4473785553a06f35b005683c7d50c1ef7561b13.zip |
nxagent manpage: Improve explanation of -noignore and -noxkblock
Fixes ArcticaProject/nx-libs#257
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index f28c1616f..8167c9629 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -421,13 +421,19 @@ disable use of shared pixmaps enable use of shared pixmaps .TP 8 .B \-noignore -don't ignore pointer and keyboard configuration changes mandated by clients +don't ignore pointer and keyboard configuration changes mandated by +clients. As a result, configuration commands like disabling the +keyboard bell (xset -b) will also affect the real X server. .TP 8 .B \-nokbreset don't reset keyboard device if the session is resumed .TP 8 .B \-noxkblock -always allow applications to change layout through XKEYBOARD +this is only relevant if you also specify \-keyboard=query. In that +case \fBnxagent\fR will lock the keyboard settings and clients will +get an error when trying to change keyboard settings via +XKEYBOARD. With \-noxkblock the lock is not applied and clients can +change the keyboard settings through XKEYBOARD. .TP 8 .B \-tile WxH size of image tiles (minimum allowed: 32x32) |