Add brightness control binds

This commit is contained in:
floppydiskette 2024-02-16 17:36:29 +00:00
parent 95859272b9
commit 782f76ba11
2 changed files with 5 additions and 0 deletions

View file

@ -94,6 +94,10 @@
# mute key # mute key
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" ", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
# brightness controls
", XF86MonBrightnessUp, exec, brightnessctl s +20%"
", XF86MonBrightnessDown, exec, brightnessctl s 20%-"
# general shortcuts # general shortcuts
"$mod, Q, exec, kitty" "$mod, Q, exec, kitty"
"$mod, C, killactive, " "$mod, C, killactive, "

View file

@ -43,6 +43,7 @@
grim grim
wlogout wlogout
hyprpaper hyprpaper
brightnessctl
# fetch # fetch
neofetch neofetch