mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-29 18:33:47 -07:00
Export modifyProject
This commit is contained in:
@@ -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
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user