From 6f043e421359d0491189d1daaeb07e0d06e72939 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 20 Aug 2023 17:29:36 +0100 Subject: (SxHkD)~fixed issue with brightness keys Forgot to end the command with a notify-send; the backslash looks for another command, fails to see one, then fails the command entirely. --- SXHkD/.config/sxhkd/sxhkdrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SXHkD/.config/sxhkd/sxhkdrc') diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 564ceaf..71e6a29 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -97,9 +97,11 @@ Scroll_Lock XF86MonBrightness{Down,Up} xbacklight -{dec,inc} 5; \ + notify-send -u low "Brightness: $(xbacklight)" super + F{3,4} xbacklight -{dec,inc} 5; \ + notify-send -u low "Brightness: $(xbacklight)" # BSPWM # super + {_, shift + } {h,j,k,l} -- cgit v1.2.3-13-gbd6f