X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=X%2F.xinitrc;h=78979895a75411806caf8260f8b8eabb4d595390;hb=23e5338c24d6f927fde5e0093e32f9abd5d5a2aa;hp=a0f6e2a8aab0c1e9a4178eec6aa79fd7662032a0;hpb=4c41705a592ee0ac5088a6742226574782e1025e;p=max%2Fdotfiles.git diff --git a/X/.xinitrc b/X/.xinitrc index a0f6e2a..7897989 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -16,9 +16,13 @@ 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 caps lock as control to avoid emacs pinky -setxkbmap -option ctrl:nocaps # Set java font option export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"