mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Clean up the change log just a bit
This commit is contained in:
parent
b064d22c2d
commit
e4e20da8f0
25
CHANGES.md
25
CHANGES.md
@ -45,21 +45,21 @@
|
|||||||
EWMH taskbars and pagers. Useful for `NamedScratchpad` windows, since
|
EWMH taskbars and pagers. Useful for `NamedScratchpad` windows, since
|
||||||
you will usually be taken to the `NSP` workspace by them.
|
you will usually be taken to the `NSP` workspace by them.
|
||||||
|
|
||||||
### Minor Changes
|
### Bug Fixes and Minor Changes
|
||||||
|
|
||||||
|
* `XMonad.Hooks.ManageDocks`,
|
||||||
|
|
||||||
|
- Fix a very annoying bug where taskbars/docs would be
|
||||||
|
covered by windows.
|
||||||
|
|
||||||
|
- Also fix a bug that caused certain Gtk and Qt application to
|
||||||
|
have issues displaying menus and popups.
|
||||||
|
|
||||||
* `XMonad.Layout.LayoutBuilder`
|
* `XMonad.Layout.LayoutBuilder`
|
||||||
|
|
||||||
Merge all functionality from `XMonad.Layout.LayoutBuilderP` into
|
Merge all functionality from `XMonad.Layout.LayoutBuilderP` into
|
||||||
`XMonad.Layout.LayoutBuilder`.
|
`XMonad.Layout.LayoutBuilder`.
|
||||||
|
|
||||||
* `XMonad.Actions.DynamicProjects`
|
|
||||||
|
|
||||||
- Switching away from a dynamic project that contains no windows
|
|
||||||
automatically deletes that project's workspace.
|
|
||||||
|
|
||||||
The project itself was already being deleted, this just deletes
|
|
||||||
the workspace created for it as well.
|
|
||||||
|
|
||||||
* `XMonad.Actions.WindowGo`
|
* `XMonad.Actions.WindowGo`
|
||||||
|
|
||||||
- Fix `raiseNextMaybe` cycling between 2 workspaces only.
|
- Fix `raiseNextMaybe` cycling between 2 workspaces only.
|
||||||
@ -74,9 +74,14 @@
|
|||||||
submap key press. And terminate submap at button press in the same way,
|
submap key press. And terminate submap at button press in the same way,
|
||||||
as we do for wrong key press.
|
as we do for wrong key press.
|
||||||
|
|
||||||
|
|
||||||
* `XMonad.Actions.DynamicProjects`
|
* `XMonad.Actions.DynamicProjects`
|
||||||
|
|
||||||
|
- Switching away from a dynamic project that contains no windows
|
||||||
|
automatically deletes that project's workspace.
|
||||||
|
|
||||||
|
The project itself was already being deleted, this just deletes
|
||||||
|
the workspace created for it as well.
|
||||||
|
|
||||||
- Added function to change the working directory (`changeProjectDirPrompt`)
|
- Added function to change the working directory (`changeProjectDirPrompt`)
|
||||||
|
|
||||||
- All of the prompts are now multiple mode prompts. Try using the
|
- All of the prompts are now multiple mode prompts. Try using the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user