diff options
| author | Kumar <kumar@kumardamani.xyz> | 2021-07-13 19:06:56 +0000 |
|---|---|---|
| committer | Kumar <kumar@kumardamani.xyz> | 2021-07-13 19:06:56 +0000 |
| commit | 8fadf0e57f6117f457d028fc5de3ea8266ed48ff (patch) | |
| tree | ca91cc0ba7f690fefdf10b256b021ae03a735df5 | |
| parent | 654a25907a2f3cceff7acd22aeb7e19909ac917d (diff) | |
updated sxhkd confs
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 11 |
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!" + |
