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
|
# 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, "
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
grim
|
grim
|
||||||
wlogout
|
wlogout
|
||||||
hyprpaper
|
hyprpaper
|
||||||
|
brightnessctl
|
||||||
|
|
||||||
# fetch
|
# fetch
|
||||||
neofetch
|
neofetch
|
||||||
|
|
Loading…
Reference in a new issue