mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -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
|
||||
| Bottom
|
||||
| CenteredAt { xpHeight :: Rational
|
||||
, xpWidth :: Rational }
|
||||
| CenteredAt { xpTopY :: Rational
|
||||
-- ^ Relative Y coordinate of top of the prompt.
|
||||
, xpWidth :: Rational
|
||||
-- ^ Relative width of the prompt
|
||||
}
|
||||
deriving (Show,Read)
|
||||
|
||||
amberXPConfig, defaultXPConfig, greenXPConfig :: XPConfig
|
||||
|
Reference in New Issue
Block a user