mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-11 02:02:11 -07:00
Export XMonad.Actions.Workscreen (WorkscreenId)
This is fixing for problem that WorkscreenId was shown in XMonad.Actions.Workscreen document (ex: viewWorkscreen), but never shown WorkscreenId definition.
This commit is contained in:
@@ -31,6 +31,7 @@ module XMonad.Actions.Workscreen (
|
|||||||
,shiftToWorkscreen
|
,shiftToWorkscreen
|
||||||
,fromWorkspace
|
,fromWorkspace
|
||||||
,expandWorkspace
|
,expandWorkspace
|
||||||
|
,WorkscreenId
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import XMonad hiding (workspaces)
|
import XMonad hiding (workspaces)
|
||||||
|
Reference in New Issue
Block a user