From 7e7aa928072775240ff70ca61f2dd0e8a09242d8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 2 Feb 2014 20:35:42 +0100 Subject: (Let's pretend that this is the) initial commit --- X11/xinitrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 X11/xinitrc (limited to 'X11/xinitrc') diff --git a/X11/xinitrc b/X11/xinitrc new file mode 100644 index 0000000..dd2b874 --- /dev/null +++ b/X11/xinitrc @@ -0,0 +1,14 @@ +#!/bin/sh +# +# ~/.xinitrc +# +# 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