mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Export modifyProject
This commit is contained in:
parent
35e794b1b2
commit
c66345467e
@ -129,9 +129,11 @@
|
|||||||
|
|
||||||
* `XMonad.Actions.DynamicProjects`
|
* `XMonad.Actions.DynamicProjects`
|
||||||
|
|
||||||
The `changeProjectDirPrompt` function respects the `complCaseSensitivity` field
|
- The `changeProjectDirPrompt` function respects the `complCaseSensitivity` field
|
||||||
of `XPConfig` when performing directory completion.
|
of `XPConfig` when performing directory completion.
|
||||||
|
|
||||||
|
- `modifyProject` is now exported.
|
||||||
|
|
||||||
* `XMonad.Layout.WorkspaceDir`
|
* `XMonad.Layout.WorkspaceDir`
|
||||||
|
|
||||||
- The `changeDir` function respects the `complCaseSensitivity` field of `XPConfig`
|
- The `changeDir` function respects the `complCaseSensitivity` field of `XPConfig`
|
||||||
|
@ -39,6 +39,7 @@ module XMonad.Actions.DynamicProjects
|
|||||||
, lookupProject
|
, lookupProject
|
||||||
, currentProject
|
, currentProject
|
||||||
, activateProject
|
, activateProject
|
||||||
|
, modifyProject
|
||||||
) where
|
) where
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user