Tutorial: Remove ewmhFullscreen for versions < 0.17

Not released as of xmonad-contrib 0.16.

Related: https://github.com/xmonad/xmonad/issues/307
This commit is contained in:
slotThe
2021-06-07 08:39:48 +02:00
parent b14b3ffcec
commit 28637d0db7

View File

@@ -461,9 +461,9 @@ Replace your `main` function above with:
_IF YOU ARE ON A VERSION `< 0.17`_: The `xmobarProp` function does not
exist in these versions. Instead of it, use `xmobar` via
`main = xmonad . ewmhFullscreen . ewmh =<< xmobar myConfig`
and carefully read the part about pipes later on (`xmobar` uses pipes
to make xmobar talk to xmonad).
`main = xmonad . ewmh =<< xmobar myConfig` and carefully read the part
about pipes later on (`xmobar` uses pipes to make xmobar talk to
xmonad).
As a quick side-note, we could have also written