From 1aea109359eb3bb747d19730ec34de3f0a2531a0 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 Aug 2014 19:51:52 +0200 Subject: xinitrc: dont source xinitrc.d files I use a systemd user sevice for dbus instead now. Will probably look at Earnestly's startx replacement and use that instead eventually too. --- X11/xinitrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'X11') diff --git a/X11/xinitrc b/X11/xinitrc index dd2b874..e55250f 100644 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -4,11 +4,4 @@ # # Executed by startx (run your window manager from here) -if [ -d /etc/X11/xinit/xinitrc.d ]; then - for f in /etc/X11/xinit/xinitrc.d/*; do - [ -x "$f" ] && . "$f" - done - unset f -fi - exec i3 -c /home/kyrias/.config/i3/config -- cgit v1.2.3-54-g00ecf