forked from ahurac/dotfiles
Ajout : remaniement du script xstartup
This commit is contained in:
parent
2fbf55c7ed
commit
42ba33d46e
1 changed files with 6 additions and 4 deletions
10
vnc/xstartup
10
vnc/xstartup
|
@ -1,7 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd
|
cd
|
||||||
exec ssh-agent \
|
eval "$(ssh-agent)"
|
||||||
dbus-launch --exit-with-session \
|
dbus-launch --exit-with-session xfwm4 &
|
||||||
xfwm4 &
|
artix-pipewire-loader &
|
||||||
artix-pipewire-loader
|
st
|
||||||
|
wait
|
||||||
|
ssh-agent -k
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue