[xmonad] Workspace selector font size

Jacek Generowicz haskell.org-lists at my-post-office.net
Thu Aug 25 12:43:48 UTC 2022


On Thu, 25 Aug 2022 14:29:04 +0200
Jacek Generowicz <haskell.org-lists at my-post-office.net> wrote:

> >> You may also have a `myXPConfig` or something, in which you can add
> >> the `font = …` override as well.  
> 
> Where can I find documentation describing what else can be overridden
> here?
> 
> `def` isn't the most searchable name, and it seems to apply to many
> different situations. The docs seem suggest
> 
> > To see what fields can be customized beyond the ones in the example
> > above, the definition of the XConfig data structure can be found in
> > XMonad.Core.  
> 
> that it's here:
> 
>   https://xmonad.github.io/xmonad-docs/xmonad-0.17.0.9/XMonad-Core.html#v:XConfig
> 
> where there is no mention of `font`.

Ah, the coin has dropped: `def` refers to Haskell's `Default` class! (So what
can be overridden depends entirely on the context which determines the actual
type of the `def`.)


More information about the xmonad mailing list