Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-25 12:43:54 +00:00
parent 926145d19c
commit 5de9d3bb37

View File

@ -111,7 +111,7 @@ 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 &
variety &>/dev/null &
nohup variety &>/dev/null &
sleep 10
wmctrl -a "Variety" && sleep 0.5s && xdotool key KP_Enter
sleep 2
@ -123,8 +123,7 @@ 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 &
shutter &>/dev/null &
nohup shutter &>/dev/null &
sleep 10
wmctrl -c "Shutter"