mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
reformat export list to fit on the page
This commit is contained in:
parent
dfd4d435d8
commit
4bb6371155
@ -19,8 +19,14 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module XMonad.Core (
|
module XMonad.Core (
|
||||||
X, WindowSet, WindowSpace, WorkspaceId, ScreenId(..), ScreenDetail(..), XState(..), XConf(..), XConfig(..), LayoutClass(..), Layout(..), readsLayout, Typeable, Message, SomeMessage(..), fromMessage, runLayout, LayoutMessages(..),
|
X, WindowSet, WindowSpace, WorkspaceId,
|
||||||
runX, catchX, userCode, io, catchIO, withDisplay, withWindowSet, isRoot, getAtom, spawn, restart, recompile, trace, whenJust, whenX,
|
ScreenId(..), ScreenDetail(..), XState(..),
|
||||||
|
XConf(..), XConfig(..), LayoutClass(..),
|
||||||
|
Layout(..), readsLayout, Typeable, Message,
|
||||||
|
SomeMessage(..), fromMessage, runLayout, LayoutMessages(..),
|
||||||
|
runX, catchX, userCode, io, catchIO,
|
||||||
|
withDisplay, withWindowSet, isRoot,
|
||||||
|
getAtom, spawn, restart, recompile, trace, whenJust, whenX,
|
||||||
atom_WM_STATE, atom_WM_PROTOCOLS, atom_WM_DELETE_WINDOW
|
atom_WM_STATE, atom_WM_PROTOCOLS, atom_WM_DELETE_WINDOW
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user