1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/slurp.md
코드싸이 16f2c3ed79
shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* linux/s*: add Korean translation

* systemctl: update Korean translation

* Update pages.ko/linux/sqfscat.md

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

* Update pages.ko/linux/shar.md

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

* Update pages.ko/linux/sqfstar.md

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

* shnsplit: fix typo

* semanage: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-11 15:05:30 +09:00

662 B

slurp

Wayland 컴포지터에서 영역을 선택. 더 많은 정보: https://github.com/emersion/slurp.

  • 영역을 선택하고 stdout에 출력:

slurp

  • 영역을 선택하고 선택한 영역의 크기를 표시하면서 stdout에 출력:

slurp -d

  • 영역 대신 단일 지점 선택:

slurp -p

  • 출력물을 선택하고 그 이름을 출력:

slurp -o -f '%o'

  • 특정 영역을 선택하고 grim을 사용하여 테두리가 없는 스크린샷 찍기:

grim -g "$(slurp -w 0)"

  • 특정 영역을 선택하고 wf-recorder를 사용하여 테두리가 없는 비디오 촬영:

wf-recorder --geometry "$(slurp -w 0)"