[bugfix] Nextcloud window gone for good
This commit is contained in:
parent
6d64404c2e
commit
11ee295455
|
@ -52,5 +52,5 @@ if not pgrep -x nextcloud
|
||||||
while not xdotool search --onlyvisible --name Nextcloud
|
while not xdotool search --onlyvisible --name Nextcloud
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
end
|
end
|
||||||
xdotool windowunmap (xdotool search --onlyvisible --name Nextcloud)
|
xdotool windowclose (xdotool search --onlyvisible --name Nextcloud)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user