diff options
author | wm4 <wm4@nowhere> | 2014-10-04 15:03:02 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-10-04 15:03:02 +0200 |
commit | 54fd93856a3b34c92d0dd9e8cc972b57a92d1a5e (patch) | |
tree | 3fccf15af634e3369df219aa158f51f9cd93406b /DOCS | |
parent | f679c5de1bc27ac87179b6ef3869319aeba5e3f4 (diff) |
x11: stupid workaround for XMonad
--x11-netwm=yes now forces NetWM fullscreen, while --x11-netwm=auto
(detect whether NetWM fullsctreen support is available) is the old
behavior and still the default.
See #888.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index b187259206..69525aee66 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1708,16 +1708,26 @@ Window ``--x11-name`` Set the window class name for X11-based video output methods. -``--x11-netwm=no`` +``--x11-netwm=<yes|no|auto>`` (X11 only) - Disable use of the NetWM protocol when switching to or from fullscreen. + Control the use of NetWM protocol features. + This may or may not help with broken window managers. This provides some functionality that was implemented by the now removed ``--fstype`` option. Actually, it is not known to the developers to which degree this option was needed, so feedback is welcome. - By default, NetWM support is autodetected, and using this option forces - autodetection to fail. + Specifically, ``yes`` will force use of NetWM fullscreen support, even if + not advertised by the WM. This can be useful for WMs that are broken on + purpose, like XMonad. (XMonad supposedly doesn't advertise fullscreen + support, because Flash uses it. Apparently, applications which want to + use fullscreen anyway are supposed to either ignore the NetWM support hints, + or provide a workaround. Shame on XMonad for deliberately breaking X + protocols (as if X isn't bad enough already). + + By default, NetWM support is autodetected (``auto``). + + This option might be removed in the future. Disc Devices |