svenstaro / rofi-calc

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

Copy to clipboard snippet copys "result" to clipboard #76

Closed aketchum15 closed 2 years ago

aketchum15 commented 2 years ago

when running the exact snippet in the readme through a sxhkd keybinding the ouput of xclip -o after a ctrl + enter in the program is the literal string result. I am on an arch based distro.

SabrinaJewson commented 2 years ago

You need to use \{result\}, because sxhkd expands {result} by default.