Fix flameshot 'bug' not showing some options

This commit is contained in:
Santiago Lo Coco 2022-02-22 16:04:14 -03:00
parent f79c7b721e
commit 5d7d604ce0
1 changed files with 1 additions and 1 deletions

View File

@ -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