summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/root-image/root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/lxde-openrc/root-image/root/.xinitrc')
-rw-r--r--configs/lxde-openrc/root-image/root/.xinitrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/lxde-openrc/root-image/root/.xinitrc b/configs/lxde-openrc/root-image/root/.xinitrc
new file mode 100644
index 0000000..09e419c
--- /dev/null
+++ b/configs/lxde-openrc/root-image/root/.xinitrc
@@ -0,0 +1,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