1
0
Fork 0
forked from ahurac/dotfiles

Ajout : script xstartup maintenant local. Remaniement : xstatrup.turbovnc -> xstartup

This commit is contained in:
Hippolyte Chauvin 2023-05-20 18:52:50 +02:00
parent 2d826f60bc
commit 873a6a83e9
3 changed files with 6 additions and 5 deletions

View file

@ -43,6 +43,7 @@ start() {
if ! is_running; then
set -e
vncserver \
-xstartup ./xstartup
-localhost \
-alwaysshared \
-securitytypes none

5
bin/xstartup Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
artix-pipewire-loader &
exec dbus-launch --exit-with-session \
xfwm4

View file

@ -1,5 +0,0 @@
#!/bin/sh
export AMD_VULKAN_ICD=RADV
artix-pipewire-loader &
exec xfwm4