x0*,x11*,xauth,xbacklight,xclip,xcursor,xdg*,xdotool,xinput,xr*,xsel,xset,xsetwacom: add Korean translation (#14439)

This commit is contained in:
코드싸이
2024-10-29 15:16:48 +09:00
committed by GitHub
parent 03c68430fd
commit 5297ea5b15
21 changed files with 496 additions and 0 deletions

24
pages.ko/linux/xterm.md Normal file
View File

@@ -0,0 +1,24 @@
# xterm
> X 윈도우 시스템용 터미널 에뮬레이터.
> 더 많은 정보: <https://manned.org/xterm>.
- `Example`이라는 제목으로 터미널 열기:
`xterm -T {{Example}}`
- 전체 화면 모드로 터미널 열기:
`xterm -fullscreen`
- 어두운 파란색 배경과 노란색 전경(글꼴 색상)으로 터미널 열기:
`xterm -bg {{darkblue}} -fg {{yellow}}`
- 각 줄에 100자, 35줄로, 화면 위치 x=200px, y=20px에 터미널 열기:
`xterm -geometry {{100}}x{{35}}+{{200}}+{{20}}`
- Serif 글꼴과 글꼴 크기 20으로 터미널 열기:
`xterm -fa {{'Serif'}} -fs {{20}}`