diff options
Diffstat (limited to 'SXHkD/.config')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 11 |
1 files changed, 10 insertions, 1 deletions
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)" |