mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-04 14:11:54 -07:00
Docstring parser for generating xmonad build configs with default settings for extensions
This commit is contained in:
@@ -48,6 +48,11 @@ import System.Environment
|
||||
-- > , ((modMask .|. controlMask, xK_x), shellPrompt defaultXPConfig)
|
||||
--
|
||||
|
||||
-- %cabalbuilddep readline>=1.0
|
||||
-- %import XMonadContrib.XPrompt
|
||||
-- %import XMonadContrib.ShellPrompt
|
||||
-- %keybind , ((modMask .|. controlMask, xK_x), shellPrompt defaultXPConfig)
|
||||
|
||||
data Shell = Shell
|
||||
|
||||
instance XPrompt Shell where
|
||||
|
Reference in New Issue
Block a user