diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-08-20 17:29:36 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-08-20 17:44:25 +0100 |
commit | 6f043e421359d0491189d1daaeb07e0d06e72939 (patch) | |
tree | 6ffa56c3ac855091e8df1b07e8b33d0f513ea19c /SXHkD/.config/sxhkd | |
parent | 3581a8ce213269b7ea426bed0049eee63663f282 (diff) | |
download | dotfiles-6f043e421359d0491189d1daaeb07e0d06e72939.tar.gz dotfiles-6f043e421359d0491189d1daaeb07e0d06e72939.tar.bz2 dotfiles-6f043e421359d0491189d1daaeb07e0d06e72939.zip |
(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.
Diffstat (limited to 'SXHkD/.config/sxhkd')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 2 |
1 files changed, 2 insertions, 0 deletions
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} |