svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
964 stars 31 forks source link

Minor changes to README.md #111

Closed alba4k closed 9 months ago

alba4k commented 9 months ago

Changed $ make install to # make install as it requires elevated privileges. $ sudo make install may be preferred?

alba4k commented 9 months ago

On a README-related sidenote, are you sure you want to include the linear-equation solving in there? While qalc does indeed do it, it's not shown in rofi afaik. immagine immagine

svenstaro commented 9 months ago

Thanks. About the linear equations: I think the output here depends on whether you have terse mode activated or not. Could you check whether that does anything?

alba4k commented 9 months ago

That appears to be it. Is there any way to use that by default other than using -tarse every time rofi is ran?

svenstaro commented 9 months ago

I think there's a way to do this via the qalculate config file but I'm not sure how that works exactly.