From e79f67294507f05b370cebbdbbd64a318484902b Mon Sep 17 00:00:00 2001 From: wilou Date: Wed, 22 Mar 2023 23:24:56 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 48b22b3..c4e2c67 100644 --- a/install.sh +++ b/install.sh @@ -130,6 +130,7 @@ mkdir -p /home/$username/.shutter/profiles cp $builddir/shutter/* /home/$username/.shutter/profiles/ chown -R $username:$username /home/$username/.shutter/ nohup shutter &>/dev/null & +sleep 10 wmctrl -c " Shutter" killall shutter nohup shutter -p=wibian --min_at_startup &>/dev/null &