update submodules
[dotfiles.git] / x / .xinitrc
1 #!/bin/bash
2 urxvtd -q -o -f &
3 xautolock -locker ~/.local/bin/lock.sh &
4 dunst &
5
6 eval "$(gpg-agent --daemon)"
7 xrdb -merge ~/.Xresources
8
9 if [ -d /etc/X11/xinit/xinitrc.d ] ; then
10 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
11 [ -x "$f" ] && . "$f"
12 done
13 unset f
14 fi
15
16 exec i3