sites

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

index.md (775B)


      1 customise dwm through command line
      2 ==================================
      3 
      4 Description
      5 -----------
      6 Rebuilding dwm to change font or color can become annoying. This patch solves
      7 this problem allowing to set these parameters through command line
      8 
      9 New command line options look like the same in dmenu:
     10 
     11 * -fn dwm font
     12 * -df dmenu font
     13 * -nb normal background color
     14 * -nf normal foreground color
     15 * -sb selected background color
     16 * -sf selected foreground color
     17 * -dnb normal background color in dmenu
     18 * -dnf normal foreground color in dmenu
     19 * -dsb selected background color in dmenu
     20 * -dsf selected foreground color in dmenu
     21 
     22 Download
     23 --------
     24 * [dwm-cmdcustomize-20180504-3bd8466.diff](dwm-cmdcustomize-20180504-3bd8466.diff)
     25 
     26 Author
     27 ------
     28 * Platon Ryzhikov - <ihummer63@yandex.ru>