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