summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/skel/.xinitrc
blob: bc2b43a8a3d0c1a3da16017d609c117b7eedc609 (plain)
1
2
3
4
5
code=$(cat ~/.codecheck | grep XKBMAP= | cut -d '=' -f 2)
[ "$code" = "0" ] && code='us'
setxkbmap $code

exec startlxde