]> git.friedersdorff.com Git - max/dotfiles.git/blob - X/.xinitrc
Beryllium specific X config
[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 -variant colemak gb
20
21 # Set screen layout
22 xrandr --output VGA1 --right-of HDMI1
23
24
25 # Set java font option
26 export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"
27
28 feh --bg-scale ~/Pictures/background.jpg&
29
30 xset -b
31
32 setxkbmap -option 'ctrl:nocaps'
33
34 exec /usr/bin/ratpoison