.xinitrc 121 B

123456
  1. code=$(cat ~/.codecheck | grep XKBMAP= | cut -d '=' -f 2)
  2. [ "$code" = "0" ] && code='us'
  3. setxkbmap $code
  4. exec startlxde