1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.ko/linux/qtile.md
코드싸이 a7e96601f5
qrcp: fix typo, linux/q*: add Korean translation (#14713)
* linux/q*: add Korean translation

* qrcp: fix typo
2024-11-09 13:28:19 +09:00

779 B

qtile

Python으로 작성 및 구성된 완전한 기능의 해킹 가능한 타일링 윈도우 매니저. 더 많은 정보: https://docs.qtile.org/en/latest/manual/commands/shell/index.html.

  • 윈도우 매니저를 시작 (이미 실행 중이 아니라면, .xsession 또는 유사한 곳에서 실행하는 것이 이상적):

qtile start

  • 설정 파일에 컴파일 오류가 있는지 확인 (기본 위치는 ~/.config/qtile/config.py):

qtile check

  • 현재 리소스 사용 정보 표시:

qtile top --force

  • test-group이라는 그룹에서 xterm 프로그램을 플로팅 윈도우로 열기:

qtile run-cmd --group {{test-group}} --float {{xterm}}

  • 윈도우 매니저 다시 시작:

qtile cmd-obj --object cmd --function restart