sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (763B)


      1 Xresources
      2 ===============
      3 
      4 Description
      5 -----------
      6 This patch was a port of [dmenu xresources](https://tools.suckless.org/dmenu/patches/xresources/)
      7 for sent.
      8 
      9 This patch adds the ability to configure sent via Xresources. At startup,
     10 sent will read and apply the change to the applicable resource. Below are the
     11 resources that can be changed and what they change:
     12 
     13 - `sent.font`: font being used on sent, support multiple fonts to define the fallbacks.
     14 - `sent.foreground`: foreground color
     15 - `sent.background`: background color
     16 
     17 Note: Values in Xresources will override values in config.h.
     18 
     19 Download
     20 --------
     21 * [sent-xresources-20230807-fb4dab3.diff](sent-xresources-20230807-fb4dab3.diff)
     22 
     23 Authors
     24 -------
     25 * Fikri Rahmat Nurhidayat <fikrirnurhidayat@gmail.com>