Fixed typo in xrandr completions

This commit is contained in:
calfcalfcalfd 2022-11-27 16:02:53 +01:00 committed by Mahmoud Al-Qudsi
parent e34f0e7c9f
commit e41ba6a2b6

View File

@ -68,4 +68,4 @@ complete -c xrandr -l set -d 'Set the property value: --set <prop> <value>' -x
complete -c xrandr -l off -d 'Disables the output'
complete -c xrandr -l crtc -d 'Set the crtc' -x
complete -c xrandr -l gamma -d 'Set gamma correction [red:green:blue]' -x
complete -c xrandr -l brightness -d 'Set brightness. Multiplies gamma galues by brightness value'
complete -c xrandr -l brightness -d 'Set brightness. Multiplies gamma values by brightness value'