mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 12:41:53 -07:00
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:
@@ -461,9 +461,9 @@ Replace your `main` function above with:
|
|||||||
|
|
||||||
_IF YOU ARE ON A VERSION `< 0.17`_: The `xmobarProp` function does not
|
_IF YOU ARE ON A VERSION `< 0.17`_: The `xmobarProp` function does not
|
||||||
exist in these versions. Instead of it, use `xmobar` via
|
exist in these versions. Instead of it, use `xmobar` via
|
||||||
`main = xmonad . ewmhFullscreen . ewmh =<< xmobar myConfig`
|
`main = xmonad . ewmh =<< xmobar myConfig` and carefully read the part
|
||||||
and carefully read the part about pipes later on (`xmobar` uses pipes
|
about pipes later on (`xmobar` uses pipes to make xmobar talk to
|
||||||
to make xmobar talk to xmonad).
|
xmonad).
|
||||||
|
|
||||||
As a quick side-note, we could have also written
|
As a quick side-note, we could have also written
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user