Mise à jour de 'install.sh'

This commit is contained in:
wilou 2023-03-25 12:28:15 +00:00
parent b399474c59
commit 926145d19c

View File

@ -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"