Add brightness control binds
This commit is contained in:
parent
95859272b9
commit
782f76ba11
2 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,10 @@
|
|||
# mute key
|
||||
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||
|
||||
# brightness controls
|
||||
", XF86MonBrightnessUp, exec, brightnessctl s +20%"
|
||||
", XF86MonBrightnessDown, exec, brightnessctl s 20%-"
|
||||
|
||||
# general shortcuts
|
||||
"$mod, Q, exec, kitty"
|
||||
"$mod, C, killactive, "
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
grim
|
||||
wlogout
|
||||
hyprpaper
|
||||
brightnessctl
|
||||
|
||||
# fetch
|
||||
neofetch
|
||||
|
|
Loading…
Reference in a new issue