====== Rofi ====== ===== Plug-ins ===== * [[github>Mange/rofi-emoji]] - Easily look-up and copy emoji. * [[github>svenstaro/rofi-calc]] * [[github>davatorium/rofi/wiki/User-scripts]] ==== Greenclip ==== [[github>erebe/greenclip]] Greenclip is a plug-in that gives you a list of things previously added to the clipboard, letting you go back through your clipboard history and grab things. Only downside is that it will also store anything copied from a password manager. Not very secure! To get around this I use a little script you can bind to a keyboard shortcut, so that Greenslip will pause recording for a bit: ps axf | grep 'greenclip daemon' | grep -v grep | awk '{print $1}' | xargs kill -20 sleep 10 greenclip print ' ' ps axf | grep 'greenclip daemon' | grep -v grep | awk '{print $1}' | xargs kill -18 * source: [[github>erebe/greenclip/issues/5]] ===== See Also ===== * [[github>DaveDavenport/rofi]] * Info on using [[file_kinds#desktop|.desktop files]]. {{tag>fixes bash linux software guide}}