diff --git a/dotfiles/.local/bin/screenshot b/dotfiles/.local/bin/screenshot index 0bca235..803b1c7 100755 --- a/dotfiles/.local/bin/screenshot +++ b/dotfiles/.local/bin/screenshot @@ -1,7 +1,7 @@ #!/bin/sh focusedwindow=$(xdotool getactivewindow) -flameshot gui -g >/dev/null +flameshot gui >/dev/null if [ "$focusedwindow" == "$(xdotool getactivewindow)" ] then xdotool windowfocus $focusedwindow