6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
cd
|
|
artix-pipewire-loader &
|
|
exec dbus-launch --exit-with-session \
|
|
xfwm4
|
|
|