diff options
author | Amin Bandali <me@aminb.org> | 2015-02-13 21:21:12 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-02-13 21:21:12 -0500 |
commit | d0c8be2e7e1998bbd7655a6422d7624909aeea68 (patch) | |
tree | 115e007086b4b9f40bb7b31c572871d64957c910 | |
parent | 3af214ef23abbff1bbfb1d7f6e4acfdf4ca4b72b (diff) | |
download | configs-d0c8be2e7e1998bbd7655a6422d7624909aeea68.tar.gz configs-d0c8be2e7e1998bbd7655a6422d7624909aeea68.tar.xz configs-d0c8be2e7e1998bbd7655a6422d7624909aeea68.zip |
swap escape and caps lock
-rwxr-xr-x | x/.xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 & |