mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
CHANGES: Document last 3 commits
This commit is contained in:
parent
0996e71c7e
commit
087076f136
22
CHANGES.md
22
CHANGES.md
@ -123,13 +123,18 @@
|
|||||||
|
|
||||||
* `XMonad.Layout.WorkspaceDir`
|
* `XMonad.Layout.WorkspaceDir`
|
||||||
|
|
||||||
The `changeDir` function respects the `complCaseSensitivity` field of `XPConfig`
|
- The `changeDir` function respects the `complCaseSensitivity` field of `XPConfig`
|
||||||
when performing directory completion.
|
when performing directory completion.
|
||||||
|
|
||||||
|
- `Chdir` message is exported, so it's now possible to change the
|
||||||
|
directory programmaticaly, not just via a user prompt.
|
||||||
|
|
||||||
* `XMonad.Prompt.Directory`
|
* `XMonad.Prompt.Directory`
|
||||||
|
|
||||||
Added `directoryMultipleModes'`, like `directoryMultipleModes` with an additional
|
- Added `directoryMultipleModes'`, like `directoryMultipleModes` with an additional
|
||||||
`ComplCaseSensitivity` argument.
|
`ComplCaseSensitivity` argument.
|
||||||
|
|
||||||
|
- Directory completions are now sorted.
|
||||||
|
|
||||||
* `XMonad.Prompt.FuzzyMatch`
|
* `XMonad.Prompt.FuzzyMatch`
|
||||||
|
|
||||||
@ -153,9 +158,12 @@
|
|||||||
|
|
||||||
* `XMonad.Hooks.DynamicLog`
|
* `XMonad.Hooks.DynamicLog`
|
||||||
|
|
||||||
Added `statusBar'` function, like existing `statusBar` but accepts a pretty
|
- Added `statusBar'` function, like existing `statusBar` but accepts a pretty
|
||||||
printing options argument embedded in the X monad, to allow for dynamically
|
printing options argument embedded in the X monad, to allow for dynamically
|
||||||
modified options such as `workspaceNamesPP`.
|
modified options such as `workspaceNamesPP`.
|
||||||
|
|
||||||
|
- Added `shortenLeft` function, like existing `shorten` but shortens by
|
||||||
|
truncating from left instead of right. Useful for showing directories.
|
||||||
|
|
||||||
* `XMonad.Layout.BoringWindows`
|
* `XMonad.Layout.BoringWindows`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user