Console Display Manager
git clone https://github.com/martinval9/CliDM.git
cd CliDM
sudo make
In case the makefile does not work, execute these commands:
cd CliDM
c++ clidm.cpp -o clidm
sudo cp clidm /usr/bin/
mkdir CliDM && cd CliDM && curl -L https://github.com/martinval9/CliDM/releases/download/1.9/clidm -o clidm && chmod +x clidm && curl -L https://github.com/martinval9/CliDM/releases/download/1.9/Makefile && curl -L https://github.com/martinval9/CliDM/releases/download/1.9/update.sh
mkdir CliDM && cd CliDM && wget https://github.com/martinval9/CliDM/releases/download/1.9/clidm && chmod +x clidm && wget https://github.com/martinval9/CliDM/releases/download/1.9/Makefile && wget https://github.com/martinval9/CliDM/releases/download/1.9/update.sh
With the fast launch you can use clidm in a much faster way.
In some environments you will have to write 3 letters.
It is not advisable to launch a desktop environment if you are not in the tty. To enter tty you have to do CTRL + Alt + F2 and write your username and password and then write clidm.
If you find any bug you can let me know at martinsebastianvaldez@protonmail.com
[Spanish Version]
Console Display Manager
git clone https://github.com/martinval9/CliDM.git
cd CliDM
sudo make
En caso de que no funcione el makefile hay que ejecutar estos comandos:
cd CliDM
c++ clidm.cpp -o clidm
sudo cp clidm /usr/bin/
mkdir CliDM && cd CliDM && curl -L https://github.com/martinval9/CliDM/releases/download/1.9/clidm -o clidm && chmod +x clidm && curl -L https://github.com/martinval9/CliDM/releases/download/1.9/Makefile && curl -L https://github.com/martinval9/CliDM/releases/download/1.9/update.sh
mkdir CliDM && cd CliDM && wget https://github.com/martinval9/CliDM/releases/download/1.9/clidm && chmod +x clidm && wget https://github.com/martinval9/CliDM/releases/download/1.9/Makefile && wget https://github.com/martinval9/CliDM/releases/download/1.9/update.sh
Con el lanzamiento rapido puedes usar clidm de una manera mucho más rápida
En algunos entornos tendras que escribir 3 letras.
No es nada recomendable lanzar un entorno de escritorio si no estas en el tty. Para entrar al tty hay que hacer CTRL + Alt + F2 y escribir tu nombre de usuario y contraseña y luego escribir clidm.
Si encuentras algún bug me puedes avisar en martinsebastianvaldez@protonmail.com