A bunch of linux stuff. Very wip.

This commit is contained in:
2014-11-11 01:14:29 -08:00
parent cd982dfbbc
commit 3fd2353544
9 changed files with 250 additions and 4 deletions

5
dotfiles/xsession Normal file
View File

@@ -0,0 +1,5 @@
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