]> git.rmz.io Git - dotfiles.git/blobdiff - xinit/xprofile
xinit: simplify xinit scripts
[dotfiles.git] / xinit / xprofile
diff --git a/xinit/xprofile b/xinit/xprofile
deleted file mode 100644 (file)
index c60492e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-
-start-pulseaudio-x11
-
-rc_dir="$XDG_CONFIG_HOME/xinit/xprofile.d"
-if [[ -d "$rc_dir" ]] ; then
-    for f in "$rc_dir"/?*.sh ; do
-        [ -x "$f" ] && source "$f"
-    done
-    unset f
-fi
-unset rc_dir