sites

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

index.md (645B)


      1 tmenu
      2 ====
      3 Text displayed != text output
      4 For each line, if the delimeter character (tab by default, selectable with -d option) is present, the text before that character will be the text output, and the text after that delimiter will be the text displayed on the menu.
      5 
      6 For example,
      7 $ echo "~/.local/bin" "\t" "local binarys" | dmenu
      8 will display "local binarys" in dmenu. When this option is selected, "~/.local/bin" will be output to stdout
      9 
     10 When the delimiter character is not present, the behavior is the same as w/o this patch
     11 
     12 Download
     13 --------
     14 * [dmenu-tmenu-5.2.diff](dmenu-tmenu-5.2.diff)
     15 
     16 Author
     17 ------
     18 * Tim Keller <tjk@tjkeller.xyz>