Blame


1 87e0c0c2 2013-06-30 xhr
2 1952c37c 2014-10-31 xhr # Suck in global xinitrc files
3 f190a7fe 2014-11-08 xhr if [ -d /etc/X11/xinit/xinitrc.d ]; then
4 f190a7fe 2014-11-08 xhr for f in /etc/X11/xinit/xinitrc.d/*; do
5 f190a7fe 2014-11-08 xhr [ -x "$f" ] && . "$f"
6 f190a7fe 2014-11-08 xhr done
7 f190a7fe 2014-11-08 xhr unset f
8 f190a7fe 2014-11-08 xhr fi
9 87e0c0c2 2013-06-30 xhr
10 1952c37c 2014-10-31 xhr # Import DISPLAY variable into systemd user env
11 47a59d21 2016-01-07 xhr if [ -n $(which systemctl) ]; then
12 47a59d21 2016-01-07 xhr systemctl --user import-environment 'DISPLAY' &
13 47a59d21 2016-01-07 xhr fi
14 87e0c0c2 2013-06-30 xhr
15 1952c37c 2014-10-31 xhr # merge Xresources file
16 a84e036e 2015-09-08 xhr [[ -e ~/.Xresources ]] && xrdb -merge ~/.Xresources &
17 87e0c0c2 2013-06-30 xhr
18 f190a7fe 2014-11-08 xhr start-pulseaudio-x11 &
19 f190a7fe 2014-11-08 xhr
20 87e0c0c2 2013-06-30 xhr exec i3