From 958dc002d41e634796d0c91a53d5b5d06a50a75a Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 23 Mar 2023 00:49:23 +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 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/install.sh b/install.sh index 43704cd..8900700 100644 --- a/install.sh +++ b/install.sh @@ -120,19 +120,20 @@ rm /home/$username/.config/dconf/user mkdir -p /home/$username/.config/variety cp $builddir/variety/* /home/$username/.config/variety/ chown -R $username:$username /home/$username/.config/variety/ -#nohup variety &>/dev/null & -#sleep 3 -#wmctrl -a "Variety" && sleep 0.5s && xdotool key KP_Enter -#sleep 2 -#wmctrl -a "Variety - Privacy Notice" && sleep 0.5s && xdotool key KP_Enter -#sleep 2 -#wmctrl -c "Préférences de Variety" +nohup variety &>/dev/null & +sleep 3 +wmctrl -a "Variety" && sleep 0.5s && xdotool key KP_Enter +sleep 2 +wmctrl -a "Variety - Privacy Notice" && sleep 0.5s && xdotool key KP_Enter +sleep 2 +wmctrl -c "Préférences de Variety" # Restauration des pramètres de Shutter mkdir -p /home/$username/.shutter/profiles cp $builddir/shutter/* /home/$username/.shutter/profiles/ chown -R $username:$username /home/$username/.shutter/ -nohup shutter -p=wibian --min_at_startup &>/dev/null & +nohup shutter -p=wibian &>/dev/null & +wmctrl -c "Shutter" # Suppression des sources d'installation du répértoire utilisateur rm -r $builddir