linux wip.

This commit is contained in:
2014-11-11 13:32:13 -08:00
parent 3fd2353544
commit 4be07715b7
11 changed files with 25 additions and 195 deletions

View File

@@ -1,5 +0,0 @@
if [ -d $HOME/.xkb/keymap ]; then
setxkbmap -types local -print | \
sed -e '/xkb_symbols/s/"[[:space:]]/+local&/' > $HOME/.xkb/keymap/custom
xkbcomp -w0 -I$HOME/.xkb -R$HOME/.xkb keymap/custom $DISPLAY
fi