Replace light with brightnessctl
This commit is contained in:
parent
a75180810a
commit
f44092cc90
1 changed files with 3 additions and 3 deletions
|
@ -164,9 +164,9 @@ do
|
|||
riverctl map $mode None XF86AudioPrev spawn 'playerctl previous'
|
||||
riverctl map $mode None XF86AudioNext spawn 'playerctl next'
|
||||
|
||||
# Control screen backlight brightness with light (https://github.com/haikarainen/light)
|
||||
riverctl map $mode None XF86MonBrightnessUp spawn "light -A 5 && $brightness_bar"
|
||||
riverctl map $mode None XF86MonBrightnessDown spawn "light -U 5 && $brightness_bar"
|
||||
# Control screen backlight brightness with brightnessctl (https://github.com/Hummer12007/brightnessctl)
|
||||
riverctl map $mode None XF86MonBrightnessUp spawn "brightnessctl set +5% && $brightness_bar"
|
||||
riverctl map $mode None XF86MonBrightnessDown spawn "brightnessctl set 5%- && $brightness_bar"
|
||||
done
|
||||
|
||||
# Set keyboard repeat rate
|
||||
|
|
Loading…
Add table
Reference in a new issue