OpenDM
WIP - A simple GUI Display Manager written entirely in bash that uses xinit to start X sessions
Install / Use
/learn @simoniz0r/OpenDMREADME
OpenDM

WIP - A simple GUI Display Manager written entirely in bash that uses xinit to start X sessions
Dependencies
xinit, qarma, wmctrl
Installation/Removal
To install:
git clone https://github.com/simoniz0r/OpenDM.git
cd ./OpenDM
sudo make install
To uninstall:
cd /path/to/cloned/OpenDM
sudo make uninstall
Using OpenDM
After install, to use OpenDM, just add the following to the default $SHELL's profile file (~/.bash_profile, ~/.zprofile, etc) to have OpenDM autostart on tty1 after login:
export OPENDM_TTY="tty1"
if [ -f "$HOME/.config/opendm/.opendmstart" ]; then
. ~/.config/opendm/.opendmstart
fi
Instructions will be updated later when OpenDM is completed.
