mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-15 12:13:57 -07:00
XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig instead
This commit is contained in:
@@ -17,7 +17,6 @@ module XMonadContrib.XPrompt (
|
||||
-- * Usage
|
||||
-- $usage
|
||||
mkXPrompt
|
||||
, defaultPromptConfig
|
||||
, defaultXPConfig
|
||||
, mkComplFunFromList
|
||||
, XPType (..)
|
||||
@@ -100,9 +99,6 @@ data XPPosition = Top
|
||||
| Bottom
|
||||
deriving (Show,Read)
|
||||
|
||||
defaultPromptConfig :: XPConfig
|
||||
defaultPromptConfig = defaultXPConfig
|
||||
|
||||
defaultXPConfig :: XPConfig
|
||||
defaultXPConfig =
|
||||
XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
||||
|
Reference in New Issue
Block a user