Ajout : script xstartup maintenant local. Remaniement : xstatrup.turbovnc -> xstartup
This commit is contained in:
parent
2d826f60bc
commit
873a6a83e9
3 changed files with 6 additions and 5 deletions
|
@ -43,6 +43,7 @@ start() {
|
|||
if ! is_running; then
|
||||
set -e
|
||||
vncserver \
|
||||
-xstartup ./xstartup
|
||||
-localhost \
|
||||
-alwaysshared \
|
||||
-securitytypes none
|
||||
|
|
5
bin/xstartup
Executable file
5
bin/xstartup
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
artix-pipewire-loader &
|
||||
exec dbus-launch --exit-with-session \
|
||||
xfwm4
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
export AMD_VULKAN_ICD=RADV
|
||||
artix-pipewire-loader &
|
||||
exec xfwm4
|
||||
|
Loading…
Reference in a new issue