From 5d7d604ce0347db36d05293123be593d767ef36e Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 22 Feb 2022 16:04:14 -0300 Subject: [PATCH] Fix flameshot 'bug' not showing some options --- dotfiles/.local/bin/screenshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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