forked from colonelpanic/dotfiles
A bunch of linux stuff. Very wip.
This commit is contained in:
5
dotfiles/xsession
Normal file
5
dotfiles/xsession
Normal 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
|
Reference in New Issue
Block a user