sites

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

index.md (496B)


      1 qalc
      2 ==================
      3 This patch adds an additional flag to dmenu, -C, which turns the app into a calculator, à la rofi-calc. The feedback is very smooth and the result of the equation is updated every time a key is pressed. This patch requires the *qalculate* CLI tool to be installed in /usr/bin/. For more info on its capabilities and syntax, visit <https://qalculate.github.io/>.
      4 
      5 Download
      6 --------
      7 * [dmenu-qalc-5.2.diff](dmenu-qalc-5.2.diff)
      8 
      9 Author
     10 ------
     11 * woland <w3323421@gmail.com>