From 0c32ae22075dc7ddaf93ebe9e8fd9fcac9920097 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 16 Nov 2021 14:20:16 +0300 Subject: scrot_cmd: separate flags to avoid errors --- bin/.local/bin/scrot_cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/.local/bin/scrot_cmd b/bin/.local/bin/scrot_cmd index 804d5fd..1ae39a2 100755 --- a/bin/.local/bin/scrot_cmd +++ b/bin/.local/bin/scrot_cmd @@ -49,7 +49,7 @@ main() { _scrot_human_readable_mode="full screen" ;; -a|--area) - _scrot_flags="-sf" + _scrot_flags="-s -f" _scrot_human_readable_mode="screen area" ;; -c|--focused) -- cgit v1.2.3