summaryrefslogtreecommitdiffstats
path: root/pulseaudio/pulseaudio.xinit
diff options
context:
space:
mode:
Diffstat (limited to 'pulseaudio/pulseaudio.xinit')
-rw-r--r--pulseaudio/pulseaudio.xinit12
1 files changed, 0 insertions, 12 deletions
diff --git a/pulseaudio/pulseaudio.xinit b/pulseaudio/pulseaudio.xinit
deleted file mode 100644
index b2ce715..0000000
--- a/pulseaudio/pulseaudio.xinit
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# to be sourced
-
-case "$SESSION" in
- GNOME|KDE*|xfce4)
- # XDG is supported so we don't need to do anything.
- # as XDG Autostart will "just work"(tm)
- ;;
- *)
- /usr/bin/start-pulseaudio-x11
- ;;
-esac