fix the tilde key on Macbook Air
authorAmin Bandali <me@aminb.org>
Sun, 26 Apr 2015 00:36:50 +0000 (20:36 -0400)
committerAmin Bandali <me@aminb.org>
Sun, 26 Apr 2015 21:20:40 +0000 (17:20 -0400)
x/.Xmodmap [new file with mode: 0644]
x/.xprofile

diff --git a/x/.Xmodmap b/x/.Xmodmap
new file mode 100644 (file)
index 0000000..abf57d9
--- /dev/null
@@ -0,0 +1 @@
+keycode 94 = grave asciitilde
index 0e71da9..6898ab1 100755 (executable)
@@ -46,6 +46,9 @@ synclient HorizScrollDelta=-237
 # swap caps lock and esc
 setxkbmap -option caps:swapescape
 
+# fix the tilde key on MacBook Air
+xmodmap ~/.Xmodmap
+
 # MPD daemon start (if no other instance exists)
 [ -z $(pidof mpd) ] && mpd &