6 lines
84 B
Text
6 lines
84 B
Text
|
#!/bin/sh
|
||
|
artix-pipewire-loader &
|
||
|
exec dbus-launch --exit-with-session \
|
||
|
xfwm4
|
||
|
|