Skip to content
Snippets Groups Projects
Commit 238e28d1 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix boot-user session for openbox

parent 9034fa60
No related branches found
No related tags found
No related merge requests found
......@@ -79,4 +79,12 @@ config_66(){
}
custo_once config_66
start_openbox() {
out_action "Enable openbox-session"
sed -i '$:^${cmd} jwm:#${cmd} jwm:' /home/${NEWUSER}/.xinitrc
sed -i '$:#${cmd} openbox-session:${cmd} openbox-session:' /home/${NEWUSER}/.xinitrc
}
custo_once start_openbox
out_valid "Customization terminate"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment