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
|
||||
cd
|
||||
exec ssh-agent \
|
||||
dbus-launch --exit-with-session \
|
||||
xfwm4 &
|
||||
artix-pipewire-loader
|
||||
eval "$(ssh-agent)"
|
||||
dbus-launch --exit-with-session xfwm4 &
|
||||
artix-pipewire-loader &
|
||||
st
|
||||
wait
|
||||
ssh-agent -k
|
||||
|
||||
|
|
Loading…
Reference in a new issue