TUTORIAL: Remove ewmhFullscreen from < 0.17.0 instructions

This is a new function in 0.17.0, despite it being around for a long
time.
This commit is contained in:
Tony Zorman
2022-09-08 19:12:07 +02:00
parent d0f12af1ae
commit fb1f33258e

View File

@@ -668,7 +668,6 @@ _IF YOU ARE ON A VERSION `< 0.17.0`_: `xmobar` has a similar definition,
``` haskell
main :: IO ()
main = xmonad
. ewmhFullscreen
. ewmh
=<< statusBar "xmobar" def toggleStrutsKey myConfig
where