]> git.friedersdorff.com Git - max/dotfiles.git/blob - X/.xinitrc
Use flourine X config files
[max/dotfiles.git] / X / .xinitrc
1 #!/bin/bash
2 #
3 # ~/.xinitrc
4 #
5 # Executed by startx (run your window manager from here)
6
7
8 if [ -d /etc/X11/xinit/xinitrc.d ]; then
9   for f in /etc/X11/xinit/xinitrc.d/*; do
10     [ -x "$f" ] && . "$f"
11   done
12   unset f
13 fi
14
15
16 # Load .Xresources
17 xrdb -merge ~/.Xresources &> /dev/null
18
19 setxkbmap gb
20
21
22 # Set java font option
23 export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"
24
25 feh --bg-scale ~/Pictures/background.jpg&
26
27 xset -b
28
29 exec /usr/bin/ratpoison