We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d6fab commit f6cc4deCopy full SHA for f6cc4de
example/init
@@ -137,9 +137,9 @@ do
137
riverctl map $mode None XF86AudioPrev spawn 'playerctl previous'
138
riverctl map $mode None XF86AudioNext spawn 'playerctl next'
139
140
- # Control screen backlight brightness with light (https://github.com/haikarainen/light)
141
- riverctl map $mode None XF86MonBrightnessUp spawn 'light -A 5'
142
- riverctl map $mode None XF86MonBrightnessDown spawn 'light -U 5'
+ # Control screen backlight brightness with brightnessctl (https://github.com/Hummer12007/brightnessctl)
+ riverctl map $mode None XF86MonBrightnessUp spawn 'brightnessctl set +5%'
+ riverctl map $mode None XF86MonBrightnessDown spawn 'brightnessctl set 5%-'
143
done
144
145
# Set background and border color
0 commit comments