Skip to content

Commit

Permalink
CHANGES: Whitespace/punctuation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Apr 27, 2024
1 parent 4149a3f commit 630d873
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
* `XMonad.Hooks.StatusBars`

- Move status bar functions from the `IO` to the `X` monad to
allow them to look up information from `X`, like the screen
width. Existing configurations may need to use `io` from
`XMonad.Core` or `liftIO` from `Control.Monad.IO.Class` in
order to lift any existing `IO StatusBarConfig` values into
`X StatusBarConfig` values.
allow them to look up information from `X`, like the screen
width. Existing configurations may need to use `io` from
`XMonad.Core` or `liftIO` from `Control.Monad.IO.Class` in
order to lift any existing `IO StatusBarConfig` values into
`X StatusBarConfig` values.

* `XMonad.Prompt`

Expand All @@ -22,10 +22,10 @@

### New Modules

* `XMonad.Actions.Profiles`.
* `XMonad.Actions.Profiles`

- 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

Expand Down

0 comments on commit 630d873

Please sign in to comment.