mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
Docstring parser for generating xmonad build configs with default settings for extensions
This commit is contained in:
@@ -46,6 +46,12 @@ import XMonadContrib.XPrompt ( defaultXPConfig )
|
||||
--
|
||||
-- > , ((modMask .|. shiftMask, xK_x ), changeDir defaultXPConfig)
|
||||
|
||||
-- %import XMonadContrib.WorkspaceDir
|
||||
-- %keybind , ((modMask .|. shiftMask, xK_x ), changeDir defaultXPConfig)
|
||||
-- %layout -- prepend 'map (workspaceDir "~")' to defaultLayouts definition above,
|
||||
-- %layout -- just before the list, like the following (don't uncomment next line):
|
||||
-- %layout -- defaultLayouts = map (workspaceDir "~") [ tiled, ... ]
|
||||
|
||||
|
||||
data Chdir = Chdir String deriving ( Typeable )
|
||||
instance Message Chdir
|
||||
|
Reference in New Issue
Block a user