From 11ee29545505953611173e6e568234278fd884ec Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Tue, 12 May 2020 10:03:34 +0800 Subject: [PATCH] [bugfix] Nextcloud window gone for good --- config/dwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dwm/autostart b/config/dwm/autostart index 5133772..6ffe993 100755 --- a/config/dwm/autostart +++ b/config/dwm/autostart @@ -52,5 +52,5 @@ if not pgrep -x nextcloud while not xdotool search --onlyvisible --name Nextcloud sleep 0.5 end - xdotool windowunmap (xdotool search --onlyvisible --name Nextcloud) + xdotool windowclose (xdotool search --onlyvisible --name Nextcloud) end