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
14
CHANGES.md
14
CHANGES.md
@ -123,14 +123,19 @@
|
||||
|
||||
* `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.
|
||||
|
||||
- `Chdir` message is exported, so it's now possible to change the
|
||||
directory programmaticaly, not just via a user prompt.
|
||||
|
||||
* `XMonad.Prompt.Directory`
|
||||
|
||||
Added `directoryMultipleModes'`, like `directoryMultipleModes` with an additional
|
||||
- Added `directoryMultipleModes'`, like `directoryMultipleModes` with an additional
|
||||
`ComplCaseSensitivity` argument.
|
||||
|
||||
- Directory completions are now sorted.
|
||||
|
||||
* `XMonad.Prompt.FuzzyMatch`
|
||||
|
||||
`fuzzySort` will now accept cases where the input is not a subsequence of
|
||||
@ -153,10 +158,13 @@
|
||||
|
||||
* `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
|
||||
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`
|
||||
|
||||
Added boring-aware `swapUp`, `swapDown`, `siftUp`, and `siftDown` functions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user