mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 12:11:52 -07:00
Better description of 'font' field of 'XPC' record
Describe how to use the 'font' field of 'XPC' record by adding two different examples.
This commit is contained in:
committed by
O. Kemal Yüksel
parent
33c805fadc
commit
878987071b
@@ -126,7 +126,10 @@ data XPState =
|
||||
}
|
||||
|
||||
data XPConfig =
|
||||
XPC { font :: String -- ^ Font; use the prefix @"xft:"@ for TrueType fonts
|
||||
XPC { font :: String -- ^ Font. For TrueType fonts, use something like
|
||||
-- @"xft:Hack:pixelsize=1"@. Alternatively, use X Logical Font
|
||||
-- Description, i.e. something like
|
||||
-- @"-*-dejavu sans mono-medium-r-normal--*-80-*-*-*-*-iso10646-1"@.
|
||||
, bgColor :: String -- ^ Background color
|
||||
, fgColor :: String -- ^ Font color
|
||||
, fgHLight :: String -- ^ Font color of a highlighted completion entry
|
||||
|
Reference in New Issue
Block a user