Add brightness script

This commit is contained in:
ItsDrike 2024-06-10 14:32:51 +02:00
parent 98f1ed0089
commit 0f4d3f1e05
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 178 additions and 1 deletions

View file

@ -38,7 +38,10 @@
#
# Brightness control
#
# TODO: requires script
"SUPER, Right, exec, brightness -i 5% -n"
"SUPER, Left, exec, brightness -d 5% -n"
", XF86MonBrightnessUp, exec, brightness -i 5% -n"
", XF86MonBrightnessDown, exec, brightness -d 5% -n"
#