mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-17 21:33:46 -07:00
add documentation for XPPosition in X.Prompt
This commit is contained in:
@@ -228,8 +228,11 @@ class XPrompt t where
|
|||||||
|
|
||||||
data XPPosition = Top
|
data XPPosition = Top
|
||||||
| Bottom
|
| Bottom
|
||||||
| CenteredAt { xpHeight :: Rational
|
| CenteredAt { xpTopY :: Rational
|
||||||
, xpWidth :: Rational }
|
-- ^ Relative Y coordinate of top of the prompt.
|
||||||
|
, xpWidth :: Rational
|
||||||
|
-- ^ Relative width of the prompt
|
||||||
|
}
|
||||||
deriving (Show,Read)
|
deriving (Show,Read)
|
||||||
|
|
||||||
amberXPConfig, defaultXPConfig, greenXPConfig :: XPConfig
|
amberXPConfig, defaultXPConfig, greenXPConfig :: XPConfig
|
||||||
|
Reference in New Issue
Block a user