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>
This commit is contained in:
28
pages.ko/linux/grim.md
Normal file
28
pages.ko/linux/grim.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# grim
|
||||
|
||||
> Wayland 컴포지터에서 이미지를 캡처(스크린샷)합니다.
|
||||
> 더 많은 정보: <https://sr.ht/~emersion/grim>.
|
||||
|
||||
- 모든 출력의 스크린샷 캡처:
|
||||
|
||||
`grim`
|
||||
|
||||
- 특정 출력의 스크린샷 캡처:
|
||||
|
||||
`grim -o {{경로/대상/출력_파일}}`
|
||||
|
||||
- 특정 영역의 스크린샷 캡처:
|
||||
|
||||
`grim -g "{{<x_위치>,<y_위치> <너비>x<높이>}}"`
|
||||
|
||||
- 특정 영역을 선택하고 스크린샷 캡처 (slurp 사용):
|
||||
|
||||
`grim -g "{{$(slurp)}}"`
|
||||
|
||||
- 사용자 정의 파일명 사용:
|
||||
|
||||
`grim "{{경로/대상/파일.png}}"`
|
||||
|
||||
- 스크린샷을 캡처하고 클립보드에 복사:
|
||||
|
||||
`grim - | {{클립보드_관리자}}`
|
Reference in New Issue
Block a user