mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 18:10:41 +00:00
Add brightness script
This commit is contained in:
parent
98f1ed0089
commit
0f4d3f1e05
5 changed files with 178 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue