Backlight animation

This commit is contained in:
2025-05-11 09:07:11 -04:00
parent d1d88aa7b3
commit 3f4190e95a
3 changed files with 55 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Screen brightness controls
exec-once = light -N 1
bind = ,XF86MonBrightnessUp, exec, light -A 5 # increase screen brightness
bind = ,XF86MonBrightnessDown, exec, light -U 5 # decrease screen brightness
bind = ,XF86MonBrightnessUp, exec, ~/bin/system/backlight-ctl.sh -i
bind = ,XF86MonBrightnessDown, exec, ~/bin/system/backlight-ctl.sh -d
# Pulse Audio controls
bind = ,XF86AudioRaiseVolume, exec, amixer set Master 3%+ #increase sound volume