From e46d8b18ea0c31f074fe70f7df6061556b71f570 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 23 Apr 2024 17:05:31 +0530 Subject: (SXHkD)~brightness adjusts by 25, super+brightness adjusts by 5 --- SXHkD/.config/sxhkd/sxhkdrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'SXHkD/.config') diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index a0c3bd9..2726d17 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -80,7 +80,7 @@ XF86AudioMute Pause playerctl --player=spotify play-pause -# Connections and brightness +# Connections Print scrot -f -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/'; @@ -91,11 +91,20 @@ Scroll_Lock nmcli c up "$conn"; \ notify-send -u low "Reset " $conn; +# Brightness XF86MonBrightness{Down,Up} + xbacklight -{dec,inc} 25; \ + notify-send -u low "Brightness: $(xbacklight)" + +super + XF86MonBrightness{Down,Up} xbacklight -{dec,inc} 5; \ notify-send -u low "Brightness: $(xbacklight)" super + F{3,4} + xbacklight -{dec,inc} 25; \ + notify-send -u low "Brightness: $(xbacklight)" + +super + shift + F{3,4} xbacklight -{dec,inc} 5; \ notify-send -u low "Brightness: $(xbacklight)" -- cgit v1.2.3-13-gbd6f