mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
improve documentation on fonts in Prompt
This commit is contained in:
@@ -127,7 +127,7 @@ data XPState =
|
||||
}
|
||||
|
||||
data XPConfig =
|
||||
XPC { font :: String -- ^ Font
|
||||
XPC { font :: String -- ^ Font; use the prefix @"xft:"@ for TrueType fonts
|
||||
, bgColor :: String -- ^ Background color
|
||||
, fgColor :: String -- ^ Font color
|
||||
, fgHLight :: String -- ^ Font color of a highlighted completion entry
|
||||
|
Reference in New Issue
Block a user