From 8fadf0e57f6117f457d028fc5de3ea8266ed48ff Mon Sep 17 00:00:00 2001 From: Kumar Date: Tue, 13 Jul 2021 15:06:56 -0400 Subject: updated sxhkd confs --- sxhkd/.config/sxhkd/sxhkdrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sxhkd') diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 1caf197..d4c2f80 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -59,8 +59,7 @@ XF86AudioMute # Brightness control {XF86MonBrightnessDown, XF86MonBrightnessUp} - xbacklight -{dec,inc} 10; notify-send "💡 $(xbacklight -get)"; - #light -{U,A} 10; notify-send "💡 $(light -G)"; + brightnessctl set 10%{-,+}; notify-send "💡"; # Misc super + s @@ -85,6 +84,8 @@ super + {F7,F8} screen.sh {l,d} {_,shift} + Print - maim -s | xclip -selection clipboard -t image/png && notify-send "Copied selection to clipboard!" - #maim -s | xclip -selection clipboard | notify-send "copied to clip" - #maim -{s,i $(xdotool getactivewindow)} ~/Pictures/maim-$(date +%s).png | xclip - selection clipboard -t image/png + maim -o -s | \ + tee ~/Pictures/maim-$(date '+%Y-%m-%d_%T').png | \ + xclip -selection clipboard -t image/png && \ + notify-send "Copied selection to clipboard!" + -- cgit v1.2.3