Added hopeful fix to get reboots working

master
John Hammond 2019-10-02 07:29:26 -04:00
parent c9f3f0c74f
commit 32a9a27da1
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@ function configure_x(){
echo_green "Configuring X"
sudo -u $NEW_USER bash -c 'echo "exec i3" > ~/.xinitrc'
sudo -u $NEW_USER bash -c 'cp Xresources ~/.Xresources'
cp /etc/X11/xinit/.xinitrc
echo "needs_root_rights=yes" >> /etc/X11/Xwrapper.config
}
function configure_terminator(){