Fix flameshot 'bug' not showing some options
This commit is contained in:
parent
f79c7b721e
commit
5d7d604ce0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue