aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/.local/bin/scrot_cmd2
1 files changed, 1 insertions, 1 deletions
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)