From 66000d4fd5a6dc4c5fee8a2876556cece77154df Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 13 Jul 2020 16:48:38 +0530 Subject: changed colors a bit --- bin/.local/bin/screenshot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/.local/bin/screenshot b/bin/.local/bin/screenshot index 100bbe2..56310fc 100755 --- a/bin/.local/bin/screenshot +++ b/bin/.local/bin/screenshot @@ -2,11 +2,11 @@ screenshot() { case $1 in f*) - scrot -m + scrot -m -e 'mv $f ~/scrots' ;; w*) sleep 1 - scrot -s + scrot -s -e 'mv $f ~/scrots' ;; *) ;; -- cgit v1.2.3