aboutsummaryrefslogtreecommitdiff
path: root/.scripts/scrot
blob: a37a1ce70634b32e7113a83a20b4621268f553a4 (plain) (blame)
1
2
3
4
5
#!/bin/bash

# maim -us | clip image/png
killall -9 flameshot
(flameshot &) && (sleep 0.5s && flameshot gui)