From 926145d19ce6f7e9cee4c3faa9a3fb6083216bd8 Mon Sep 17 00:00:00 2001 From: wilou Date: Sat, 25 Mar 2023 12:28:15 +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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9fbd869..2e47061 100644 --- a/install.sh +++ b/install.sh @@ -110,7 +110,8 @@ cp $builddir/dconf/user.txt /home/$username/.config/dconf/user.txt mkdir -p /home/$username/.config/variety cp $builddir/variety/* /home/$username/.config/variety/ chown -R $username:$username /home/$username/.config/variety/ -nohup /bin/bash -c "/usr/bin/variety --profile /home/wilou/.config/variety/" &>/dev/null & +# nohup /bin/bash -c "/usr/bin/variety --profile /home/wilou/.config/variety/" &>/dev/null & +variety &>/dev/null & sleep 10 wmctrl -a "Variety" && sleep 0.5s && xdotool key KP_Enter sleep 2 @@ -122,7 +123,8 @@ wmctrl -c "Préférences de Variety" mkdir -p /home/$username/.shutter/profiles cp $builddir/shutter/* /home/$username/.shutter/profiles/ chown -R $username:$username /home/$username/.shutter/ -nohup shutter &>/dev/null & +#nohup shutter &>/dev/null & +shutter &>/dev/null & sleep 10 wmctrl -c "Shutter"