1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages.ko/linux/grim.md
코드싸이 7598cffb1a
guake: fix typo, linux/g*: add Korean translation (#14704)
* linux/g*: add Korean translation

* guake: fix typo

* Update pages.ko/linux/genisoimage.md

Co-authored-by: Chooooo <contact@choo.ooo>

* linux/gnome-extensions: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-11 12:04:46 +09:00

632 B

grim

Wayland 컴포지터에서 이미지를 캡처(스크린샷)합니다. 더 많은 정보: https://sr.ht/~emersion/grim.

  • 모든 출력의 스크린샷 캡처:

grim

  • 특정 출력의 스크린샷 캡처:

grim -o {{경로/대상/출력_파일}}

  • 특정 영역의 스크린샷 캡처:

grim -g "{{<x_위치>,<y_위치> <너비>x<높이>}}"

  • 특정 영역을 선택하고 스크린샷 캡처 (slurp 사용):

grim -g "{{$(slurp)}}"

  • 사용자 정의 파일명 사용:

grim "{{경로/대상/파일.png}}"

  • 스크린샷을 캡처하고 클립보드에 복사:

grim - | {{클립보드_관리자}}