aboutsummaryrefslogtreecommitdiffstats
path: root/X11
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-16 19:51:52 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-16 19:51:52 +0200
commit1aea109359eb3bb747d19730ec34de3f0a2531a0 (patch)
treec0cc0a2ef22fe6a24edb90b2725c3e1c6f12b78a /X11
parent9eebba73d572c765587d7c89cb82ff46413967dd (diff)
downloaddotfiles-1aea109359eb3bb747d19730ec34de3f0a2531a0.tar.xz
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.
Diffstat (limited to 'X11')
-rw-r--r--X11/xinitrc7
1 files changed, 0 insertions, 7 deletions
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