diff options
Diffstat (limited to 'SXHkD')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 7a8e82f..9d13ce8 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -104,20 +104,20 @@ Scroll_Lock # Brightness XF86MonBrightness{Down,Up} - xbacklight -{dec,inc} 25; \ - notify-send -u low "Brightness: $(xbacklight)" + kill -37 $(pidof dwmblocks); \ + xbacklight -{dec,inc} 5; shift + XF86MonBrightness{Down,Up} - xbacklight -{dec,inc} 5; \ - notify-send -u low "Brightness: $(xbacklight)" + kill -37 $(pidof dwmblocks); \ + xbacklight -{dec,inc} 1; super + F{3,4} - xbacklight -{dec,inc} 25; \ - notify-send -u low "Brightness: $(xbacklight)" + kill -37 $(pidof dwmblocks); \ + xbacklight -{dec,inc} 5; super + shift + F{3,4} - xbacklight -{dec,inc} 5; \ - notify-send -u low "Brightness: $(xbacklight)" + kill -37 $(pidof dwmblocks); \ + xbacklight -{dec,inc} 1; ;; Local Variables: ;; mode: conf |