linux/b*: add Korean translation (#14681)

This commit is contained in:
코드싸이
2024-11-08 15:53:25 +09:00
committed by GitHub
parent 53b2ce7e7f
commit 781a19fc2e
39 changed files with 909 additions and 0 deletions

29
pages.ko/linux/bspc.md Normal file
View File

@@ -0,0 +1,29 @@
# bspc
> `bspwm`을 구성하고 제어하여 노드, 데스크톱, 모니터 등을 관리합니다.
> 같이 보기: `bspwm`.
> 더 많은 정보: <https://github.com/baskerville/bspwm>.
- 두 개의 가상 데스크톱 정의:
`bspc monitor --reset-desktops {{데스크톱_이름1}} {{데스크톱_이름2}}`
- 지정한 데스크톱으로 포커스 이동:
`bspc desktop --focus {{번호}}`
- 선택한 노드에 있는 창 닫기:
`bspc node --close`
- 선택한 노드를 지정한 데스크톱으로 보내기:
`bspc node --to-desktop {{번호}}`
- 선택한 노드의 전체 화면 모드 전환:
`bspc node --state ~fullscreen`
- 특정 설정의 값 설정:
`bspc config {{설정_이름}} {{값}}`