Xprofile uses usex if not loaded.

master
Pierre Neidhardt 2013-06-16 16:57:12 +02:00
parent 8f48faf925
commit 35aeea9b80
1 changed files with 6 additions and 3 deletions

View File

@ -14,9 +14,12 @@
## Numlock
numlockx on
## Keymap. Only useful on multi-user environment where users have different keymaps.
setxkbmap usex
xmodmap ~/.xmodmap
## Keymap. Only useful on multi-user environment where users have different
## keymaps.
if [ "$(setxkbmap -v 7 | awk '/^layout/ {print $2}')" != "usex" ]; then
setxkbmap usex
fi
# xmodmap ~/.xmodmap
if [ "$OSTYPE" = "linux-gnu" ] ; then
## Set sound volume.