사용자 도구

사이트 도구


linux:kitty

차이

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

차이 보기로 링크

다음 판
이전 판
마지막 판 양쪽 다음 판
linux:kitty [2020/10/31 22:19]
kwon37xi 만듦
linux:kitty [2021/12/21 14:59]
kwon37xi
줄 2: 줄 2:
   * https://sw.kovidgoyal.net/kitty/   * https://sw.kovidgoyal.net/kitty/
   * [[linux:terminals|Linux Terminals]], MacOS X 지원 GPU 기반 가속되는 터미널   * [[linux:terminals|Linux Terminals]], MacOS X 지원 GPU 기반 가속되는 터미널
 +  * Windows, tab 기능등을 지원함.
 +  * 터미널 안에서 이미지 뷰잉 가능.
 +
 +====== 한글입력 ======
 +  * [[https://github.com/ManInTheSuit|kitten for IME input · Issue #469 · kovidgoyal/kitty]]
 +
 +> Kitty support for IBus IME framework is disabled by default. To enable it, set the environment variable GLFW_IM_MODULE=ibus. This will also work with Fcitx5 due to the compatible IBus interface that it offers.
 +
 +
 +<code sh>
 +# ibus, fcitx5 가 작동함.
 +
 +GLFW_IM_MODULE=ibus kitty
 +</code>
 +
 +===== kitty & tdrop =====
 +  * [[linux:terminals:tdrop|tdrop]] 으로 dropdown / [[linux:tmux|tmux]] 터미널로 사용
 +<code sh>
 +tdrop -ma -w 100% -h 80% -s dropdown kitty -o=hide_window_decorations=yes
 +</code>
  
linux/kitty.txt · 마지막으로 수정됨: 2021/12/21 14:59 저자 kwon37xi