mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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>
28 lines
632 B
Markdown
28 lines
632 B
Markdown
# grim
|
|
|
|
> Wayland 컴포지터에서 이미지를 캡처(스크린샷)합니다.
|
|
> 더 많은 정보: <https://sr.ht/~emersion/grim>.
|
|
|
|
- 모든 출력의 스크린샷 캡처:
|
|
|
|
`grim`
|
|
|
|
- 특정 출력의 스크린샷 캡처:
|
|
|
|
`grim -o {{경로/대상/출력_파일}}`
|
|
|
|
- 특정 영역의 스크린샷 캡처:
|
|
|
|
`grim -g "{{<x_위치>,<y_위치> <너비>x<높이>}}"`
|
|
|
|
- 특정 영역을 선택하고 스크린샷 캡처 (slurp 사용):
|
|
|
|
`grim -g "{{$(slurp)}}"`
|
|
|
|
- 사용자 정의 파일명 사용:
|
|
|
|
`grim "{{경로/대상/파일.png}}"`
|
|
|
|
- 스크린샷을 캡처하고 클립보드에 복사:
|
|
|
|
`grim - | {{클립보드_관리자}}`
|