====== rofi ======
* https://github.com/davatorium/rofi
* [[https://wiki.archlinux.org/index.php/Rofi|rofi Archi wiki]]
* [[https://github.com/adi1090x/rofi|GitHub - adi1090x/rofi: A large collection of Rofi based custom Menu, Applets, Launchers & Powermenus.]]
* see [[linux:dmenu|dmenu]]
* 창, SSH 주소, 기타 명령등을 출력해서 실행하게 해준다.
===== 설정 =====
* 현재 설정을 덤프받아서 이를 가지고 편집해나간다.
rofi -dump-config
===== HiDPI =====
* [[https://github.com/davatorium/rofi/issues/254|DPI not handled for font setting · Issue #254 · davatorium/rofi]]
rofi -dpi 196 # 2x2 scale
* ''.Xresources''
rofi.dpi: 196
===== modes =====
* https://github.com/fdw/rofimoji
* https://github.com/carnager/rofi-pass
* https://github.com/mattydebie/bitwarden-rofi
* https://github.com/erebe/greenclip
* https://github.com/svenstaro/rofi-calc
===== mode cycling =====
* 여러 모드를 활성화했을 경우 기본으로는 ''Ctrl+Tab'' / ''Ctrl+LeftShift+Tab'' 으로 모드들간의 전환을 할 수 있다.
===== 참조 =====
* [[https://youtu.be/oFfuJBp2M7w|Rofi - An Application to Make You Faster and More Productive]]
* [[https://blog.wotw.pro/rofi-useful-options-i/|rofi: Useful Options I]]