aboutsummaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc11
1 files changed, 6 insertions, 5 deletions
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!"
+