backlight, but its still broken…

This commit is contained in:
CDaut 2024-08-30 09:17:01 +02:00
parent c52ef025d7
commit e75b2c0592
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 7 additions and 1 deletions

View file

@ -38,6 +38,10 @@
"XF86AudioLowerVolume" = "exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 5%-";
"XF86AudioMute" = "exec --no-startup-id wpctl set-mute @DEFAULT_SINK@ toggle";
# light
"XF86MonBrightnessDown" = "exec --no-startup-id light -U 10.0";
"XF86MonBrightnessUp" = "exec --no-startup-id light -A 10.0";
# Terminal
"${mod}+Return" = "exec alacritty";
"${mod}+Shift+q" = "kill";