From e0ed730e2c46d70725fc45c4cfee80138e14d71a Mon Sep 17 00:00:00 2001 From: agryphus Date: Tue, 22 Aug 2023 12:58:28 -0400 Subject: [PATCH] Brightness hotkeys --- .config/sxhkd/sxhkdrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5fe9040..13b2bae 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -20,4 +20,9 @@ super + equal wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; kill -44 $(pidof dwmblocks) super + shift + equal wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+; kill -44 $(pidof dwmblocks) +XF86MonBrightnessUp + change-brightness up +XF86MonBrightnessDown + change-brightness down +