XMonad.Actions.DynamicWorkspaces

Source Contents Index xmonad-contrib-0.11: Third party extensions for xmonad Portability unportable Stability unstable Maintainer none Safe Haskell Safe-Infered XMonad.Actions.DynamicWorkspaces Contents Usage Description Provides bindings to add and delete workspaces. Synopsis addWorkspace :: String -> X () addWorkspacePrompt :: XPConfig -> X () removeWorkspace :: X () removeEmptyWorkspace :: X () removeEmptyWorkspaceAfter :: X () -> X () removeEmptyWorkspaceAfterExcept :: [ String ] -> X () -> X () addHiddenWorkspace :: String -> X () withWorkspace :: XPConfig -> ( String -> X () ) -> X () selectWorkspace :: XPConfig -> X () renameWorkspace :: XPConfig -> X () renameWorkspaceByName :: String -> X () toNthWorkspace :: ( String -> X () ) -> Int -> X () withNthWorkspace :: ( String -> WindowSet -> WindowSet ) -> Int -> X () You can use this module with the following in yo...

Linked on 2014-07-26 23:46:47 | Similar Links