사용자 도구

사이트 도구


linux:rofi

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
마지막 판 양쪽 다음 판
linux:rofi [2020/11/02 21:18]
kwon37xi 만듦
linux:rofi [2021/12/16 16:00]
kwon37xi
줄 2: 줄 2:
   * https://github.com/davatorium/rofi   * https://github.com/davatorium/rofi
   * [[https://wiki.archlinux.org/index.php/Rofi|rofi Archi wiki]]   * [[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 주소, 기타 명령등을 출력해서 실행하게 해준다.   * 창, SSH 주소, 기타 명령등을 출력해서 실행하게 해준다.
 +
 +===== 설정 =====
 +  * 현재 설정을 덤프받아서 이를 가지고 편집해나간다.
 +<code sh>
 +rofi -dump-config
 +</code>
 +
 +===== HiDPI =====
 +  * [[https://github.com/davatorium/rofi/issues/254|DPI not handled for font setting · Issue #254 · davatorium/rofi]]
 +<code sh>
 +rofi -dpi 196 # 2x2 scale
 +</code>
 +  * ''.Xresources''
 +<code>
 +rofi.dpi: 196
 +</code>
 +
 +===== 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
 +
 +===== 참조 =====
 +  * [[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]]
linux/rofi.txt · 마지막으로 수정됨: 2021/12/16 16:01 저자 kwon37xi