mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 05:47:14 +08:00
8 lines
140 B
Bash
8 lines
140 B
Bash
#!/bin/sh
|
|
|
|
case "$SESSION" in
|
|
GNOME|KDE*|xfce4) # PulseAudio is started via XDG Autostart
|
|
;;
|
|
*) /usr/bin/start-pulseaudio-x11 ;;
|
|
esac
|