mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-25 17:21:52 -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
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user