diff options
| author | kd <kdam0@localhost.localdomain> | 2020-08-26 20:45:32 +0000 |
|---|---|---|
| committer | kd <kdam0@localhost.localdomain> | 2020-08-26 20:45:32 +0000 |
| commit | 27e67fa54a1c080e6ea7fc2102a2e4034193b569 (patch) | |
| tree | 9186d9ac64cfdaeba7b8a7fa00362eeffeb361a2 | |
| parent | 17f480835f30ba35d5f77bc23a9cb2c8075d212e (diff) | |
sxhkd updated maim command
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 0e81c41..5a73f73 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -84,4 +84,6 @@ super + {F7,F8} screen.sh {l,d} {_,shift} + Print - maim -{s,i $(xdotool getactivewindow)} ~/Pictures/maim-$(date +%s).png + 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 |
