[bugfix] Nextcloud window gone for good

This commit is contained in:
Klesh Wong 2020-05-12 10:03:34 +08:00
parent 6d64404c2e
commit 11ee295455

View File

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