X.A.WorkspaceNames: Use history for completion in renameWorkspace

This commit is contained in:
Tomas Janousek
2023-08-11 00:08:05 +01:00
parent 348df92b89
commit 6912eca829
2 changed files with 10 additions and 4 deletions

View File

@@ -248,6 +248,10 @@
- Added `orIfPrefixed`, a combinator to decide upon an action based
on whether any prefix argument was given.
* `XMonad.Actions.WorkspaceNames`
- Enabled prompt completion (from history) in `renameWorkspace`.
### Other changes
## 0.17.1 (September 3, 2022)