mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-15 12:13:57 -07:00
Docstring parser for generating xmonad build configs with default settings for extensions
This commit is contained in:
@@ -37,6 +37,10 @@ import System.Environment
|
||||
-- > , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultXPConfig)
|
||||
--
|
||||
|
||||
-- %import XMonadContrib.XPrompt
|
||||
-- %import XMonadContrib.SshPrompt
|
||||
-- %keybind , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultXPConfig)
|
||||
|
||||
data Ssh = Ssh
|
||||
|
||||
instance XPrompt Ssh where
|
||||
|
Reference in New Issue
Block a user