x0*,x11*,xauth,xbacklight,xclip,xcursor,xdg*,xdotool,xinput,xr*,xsel,xset,xsetwacom: add Korean translation (#14439)
2024-10-29 15:16:48 +09:00
|
|
|
# xbacklight
|
|
|
|
|
|
|
|
> RandR 확장을 사용하여 화면 밝기를 조절하는 유틸리티.
|
2025-06-09 09:19:34 +02:00
|
|
|
> 더 많은 정보: <https://manned.org/xbacklight>.
|
x0*,x11*,xauth,xbacklight,xclip,xcursor,xdg*,xdotool,xinput,xr*,xsel,xset,xsetwacom: add Korean translation (#14439)
2024-10-29 15:16:48 +09:00
|
|
|
|
|
|
|
- 현재 화면 밝기를 퍼센트로 확인:
|
|
|
|
|
|
|
|
`xbacklight`
|
|
|
|
|
|
|
|
- 화면 밝기를 40%로 설정:
|
|
|
|
|
|
|
|
`xbacklight -set {{40}}`
|
|
|
|
|
|
|
|
- 현재 밝기를 25% 증가:
|
|
|
|
|
|
|
|
`xbacklight -inc {{25}}`
|
|
|
|
|
|
|
|
- 현재 밝기를 75% 감소:
|
|
|
|
|
|
|
|
`xbacklight -dec {{75}}`
|
|
|
|
|
|
|
|
- 60초(밀리초 단위) 동안 60단계로 화면 밝기를 100%로 증가:
|
|
|
|
|
|
|
|
`xbacklight -set {{100}} -time {{60000}} -steps {{60}}`
|