Fix flameshot 'bug' not showing some options
This commit is contained in:
parent
f79c7b721e
commit
5d7d604ce0
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
focusedwindow=$(xdotool getactivewindow)
|
focusedwindow=$(xdotool getactivewindow)
|
||||||
flameshot gui -g >/dev/null
|
flameshot gui >/dev/null
|
||||||
if [ "$focusedwindow" == "$(xdotool getactivewindow)" ]
|
if [ "$focusedwindow" == "$(xdotool getactivewindow)" ]
|
||||||
then
|
then
|
||||||
xdotool windowfocus $focusedwindow
|
xdotool windowfocus $focusedwindow
|
||||||
|
|
Loading…
Reference in New Issue