forked from ahurac/dotfiles
5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
artix-pipewire-loader &
|
|
exec dbus-launch --exit-with-session \
|
|
xfwm4
|
|
|