aboutsummaryrefslogtreecommitdiffstats
path: root/X11/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'X11/xinitrc')
-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