Configuration, scripts, systemd or init scripts
- clone the git repo which holds config files and scripts - this command will put all files in the repo in a subdirectory called suda-git in the users home directory ($HOME))
git clone https://gitlab.com/hacklab01/suda.git $HOME/suda-git
- copy ctwm.desktop session file to /usr/share/xsessions/ so that lxdm (display manager) knows that it exists
sudo cp $HOME/suda-git/config/ctwm.desktop /usr/share/xsessions/
- copy .ctwmrc config file to home dir
cp $HOME/suda-git/config/.ctwmrc $HOME/
- copy the lxdm configuration file default.conf to /etc/lxdm. This will will turn on autologin and set the user to autologin
sudo cp $HOME/suda-git/config/default.conf /etc/lxdm/default.conf
- copy the art scripts to /usr/local/bin and make them executable...
sudo cp $HOME/suda-git/scripts/*.sh /usr/local/bin/
sudo chmod +x /usr/local/bin/*.sh
- copy lxdm PostLogin script for autostart. This script will be executed after the user logs in (automatically)
sudo cp $HOME/suda-git/config/PostLogin /etc/lxdm/
No Comments