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`
|
||||
|
||||
The `changeProjectDirPrompt` function respects the `complCaseSensitivity` field
|
||||
- The `changeProjectDirPrompt` function respects the `complCaseSensitivity` field
|
||||
of `XPConfig` when performing directory completion.
|
||||
|
||||
- `modifyProject` is now exported.
|
||||
|
||||
* `XMonad.Layout.WorkspaceDir`
|
||||
|
||||
- The `changeDir` function respects the `complCaseSensitivity` field of `XPConfig`
|
||||
|
@ -39,6 +39,7 @@ module XMonad.Actions.DynamicProjects
|
||||
, lookupProject
|
||||
, currentProject
|
||||
, activateProject
|
||||
, modifyProject
|
||||
) where
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user