x0*,x11*,xauth,xbacklight,xclip,xcursor,xdg*,xdotool,xinput,xr*,xsel,xset,xsetwacom: add Korean translation (#14439)
This commit is contained in:
24
pages.ko/linux/xbacklight.md
Normal file
24
pages.ko/linux/xbacklight.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# xbacklight
|
||||
|
||||
> RandR 확장을 사용하여 화면 밝기를 조절하는 유틸리티.
|
||||
> 더 많은 정보: <https://gitlab.freedesktop.org/xorg/app/xbacklight>.
|
||||
|
||||
- 현재 화면 밝기를 퍼센트로 확인:
|
||||
|
||||
`xbacklight`
|
||||
|
||||
- 화면 밝기를 40%로 설정:
|
||||
|
||||
`xbacklight -set {{40}}`
|
||||
|
||||
- 현재 밝기를 25% 증가:
|
||||
|
||||
`xbacklight -inc {{25}}`
|
||||
|
||||
- 현재 밝기를 75% 감소:
|
||||
|
||||
`xbacklight -dec {{75}}`
|
||||
|
||||
- 60초(밀리초 단위) 동안 60단계로 화면 밝기를 100%로 증가:
|
||||
|
||||
`xbacklight -set {{100}} -time {{60000}} -steps {{60}}`
|
Reference in New Issue
Block a user