diff --git a/bin/omarchy-cmd-screenshot b/bin/omarchy-cmd-screenshot index e2878e4..f270162 100755 --- a/bin/omarchy-cmd-screenshot +++ b/bin/omarchy-cmd-screenshot @@ -1,6 +1,6 @@ #!/bin/bash -hyprshot -m ${1:-region} --raw | +pkill slurp || hyprshot -m ${1:-region} --raw | satty --filename - \ --output-filename ~/Pictures/screenshot-$(date +'%Y-%m-%d_%H-%M-%S').png \ --early-exit \