Mise à jour de 'install.sh'
This commit is contained in:
parent
b399474c59
commit
926145d19c
@ -110,7 +110,8 @@ cp $builddir/dconf/user.txt /home/$username/.config/dconf/user.txt
|
|||||||
mkdir -p /home/$username/.config/variety
|
mkdir -p /home/$username/.config/variety
|
||||||
cp $builddir/variety/* /home/$username/.config/variety/
|
cp $builddir/variety/* /home/$username/.config/variety/
|
||||||
chown -R $username:$username /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
|
sleep 10
|
||||||
wmctrl -a "Variety" && sleep 0.5s && xdotool key KP_Enter
|
wmctrl -a "Variety" && sleep 0.5s && xdotool key KP_Enter
|
||||||
sleep 2
|
sleep 2
|
||||||
@ -122,7 +123,8 @@ wmctrl -c "Préférences de Variety"
|
|||||||
mkdir -p /home/$username/.shutter/profiles
|
mkdir -p /home/$username/.shutter/profiles
|
||||||
cp $builddir/shutter/* /home/$username/.shutter/profiles/
|
cp $builddir/shutter/* /home/$username/.shutter/profiles/
|
||||||
chown -R $username:$username /home/$username/.shutter/
|
chown -R $username:$username /home/$username/.shutter/
|
||||||
nohup shutter &>/dev/null &
|
#nohup shutter &>/dev/null &
|
||||||
|
shutter &>/dev/null &
|
||||||
sleep 10
|
sleep 10
|
||||||
wmctrl -c "Shutter"
|
wmctrl -c "Shutter"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user