summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/airootfs/root/.xinitrc
blob: 09e419c6d111e97e4cceedd9067fa415bf74feb5 (plain)
1
2
3
4
5
6
7
code=$(cat ~/.codecheck | grep XKBMAP= | cut -d '=' -f 2)
[ "$code" = "0" ] && code='us'
setxkbmap $code
service NetworkManager start
service dbus start
service alsasound start
exec startlxde