Brightness hotkeys

This commit is contained in:
agryphus 2023-08-22 12:58:28 -04:00
parent 685a1bf4ea
commit e0ed730e2c

View file

@ -20,4 +20,9 @@ super + equal
wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; kill -44 $(pidof dwmblocks) wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; kill -44 $(pidof dwmblocks)
super + shift + equal super + shift + equal
wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+; kill -44 $(pidof dwmblocks) wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+; kill -44 $(pidof dwmblocks)
XF86MonBrightnessUp
change-brightness up
XF86MonBrightnessDown
change-brightness down