sites

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

index.md (1131B)


      1 taglabels
      2 =========
      3 
      4 Description
      5 -----------
      6 Displays the executable name of each tag's current master client after the tag name in the dwm bar.
      7 * For example, if `st` is the master client on tag `1`, then the bar would display `[1: st]` as opposed to just `1`.
      8 
      9 The format of the label, for both non-empty and empty tags, is configurable through the configuration variables `ptagf` and `etagf` respectively. There is also a config variable, `lcaselbl`, that, when enabled, makes the first letter lowercase (out of personal preference).
     10 
     11 Download
     12 --------
     13 * [dwm-taglabels-6.2.diff](dwm-taglabels-6.2.diff)
     14 
     15 This patch looks best with [hide\_vacant\_tags](../hide_vacant_tags), and, as such, there are seperate versions that support that patch (since, by default, they conflict badly).
     16 * [dwm-taglabels-hide\_vacant\_tags\_funcionality-6.2.diff](dwm-taglabels-hide_vacant_tags_funcionality-6.2.diff) (install on top of hide\_vacant\_tags)
     17 * [dwm-taglabels+hide\_vacant\_tags-6.2.diff](dwm-taglabels+hide_vacant_tags-6.2.diff) (comes with both patches for simplicity's sake)
     18 
     19 Author
     20 ------
     21 * Timmy Keller <applesrcol8796@gmail.com>