#!/bin/bash # # ~/.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 # Load .Xresources xrdb -merge ~/.Xresources &> /dev/null setxkbmap -variant colemak gb xmodmap -e "keycode 66 = Control_L Control_L Control_L Control_L" xmodmap -e "add Control = Control_L Control_R" # Set screen layout xrandr --output VGA1 --right-of HDMI1 # Set java font option export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on" feh --bg-scale ~/Pictures/background.jpg& xset -b exec /usr/bin/ratpoison