diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-16 19:51:52 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-16 19:51:52 +0200 |
commit | 1aea109359eb3bb747d19730ec34de3f0a2531a0 (patch) | |
tree | c0cc0a2ef22fe6a24edb90b2725c3e1c6f12b78a /X11/xinitrc | |
parent | 9eebba73d572c765587d7c89cb82ff46413967dd (diff) | |
download | dotfiles-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/xinitrc')
-rw-r--r-- | X11/xinitrc | 7 |
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 |