sites

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

index.md (751B)


      1 barconfig
      2 =========
      3 
      4 Description
      5 -----------
      6 This patch adds char \*barlayout to config(.def).h which can contain as
      7 many or as few of the characters 'l', 'n', 's', 't', or '|' to configure the order of dwm's bar.
      8 
      9 * l: layout indicator
     10 * n: window name
     11 * s: status (xsetroot)
     12 * t: tag indicators
     13 * |: split point
     14 
     15 Everything before '|' (and if it is omitted) will appear on the left of the bar. Everything after will appear on the right, but in reverse order.
     16 
     17 By default, this patch leaves the bar as is.
     18 
     19 Download
     20 --------
     21 * [dwm-barconfig-6.3.diff](dwm-barconfig-6.3.diff) (2022-02-22)
     22 * [dwm-barconfig-20220906-c2b748e.diff](dwm-barconfig-20220906-c2b748e.diff) (2022-09-06)
     23 
     24 Author
     25 -------
     26 * Dylan Cairns-Howarth - <dairnarth@dylancairns.co.uk>