From d0c8be2e7e1998bbd7655a6422d7624909aeea68 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 13 Feb 2015 21:21:12 -0500 Subject: [PATCH] swap escape and caps lock --- x/.xinitrc | 1 + 1 file changed, 1 insertion(+) diff --git a/x/.xinitrc b/x/.xinitrc index b735fe3..57f848a 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -29,6 +29,7 @@ synclient TapButton3=2 synclient HorizTwoFingerScroll=1 synclient VertScrollDelta=-237 synclient HorizScrollDelta=-237 +setxkbmap -option caps:swapescape # MPD daemon start (if no other instance exists) [ -z $(pidof mpd) ] && mpd & -- 2.20.1