mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
CHANGES: Whitespace/punctuation fixes
This commit is contained in:
parent
c33efbbefd
commit
67472aa307
14
CHANGES.md
14
CHANGES.md
@ -7,11 +7,11 @@
|
|||||||
* `XMonad.Hooks.StatusBars`
|
* `XMonad.Hooks.StatusBars`
|
||||||
|
|
||||||
- Move status bar functions from the `IO` to the `X` monad to
|
- Move status bar functions from the `IO` to the `X` monad to
|
||||||
allow them to look up information from `X`, like the screen
|
allow them to look up information from `X`, like the screen
|
||||||
width. Existing configurations may need to use `io` from
|
width. Existing configurations may need to use `io` from
|
||||||
`XMonad.Core` or `liftIO` from `Control.Monad.IO.Class` in
|
`XMonad.Core` or `liftIO` from `Control.Monad.IO.Class` in
|
||||||
order to lift any existing `IO StatusBarConfig` values into
|
order to lift any existing `IO StatusBarConfig` values into
|
||||||
`X StatusBarConfig` values.
|
`X StatusBarConfig` values.
|
||||||
|
|
||||||
* `XMonad.Prompt`
|
* `XMonad.Prompt`
|
||||||
|
|
||||||
@ -22,10 +22,10 @@
|
|||||||
|
|
||||||
### New Modules
|
### New Modules
|
||||||
|
|
||||||
* `XMonad.Actions.Profiles`.
|
* `XMonad.Actions.Profiles`
|
||||||
|
|
||||||
- Group workspaces by similarity. Useful when one has lots
|
- Group workspaces by similarity. Useful when one has lots
|
||||||
of workspaces and uses only a couple per unit of work.
|
of workspaces and uses only a couple per unit of work.
|
||||||
|
|
||||||
### Bug Fixes and Minor Changes
|
### Bug Fixes and Minor Changes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user