SkillAgentSearch skills...

OpenDM

WIP - A simple GUI Display Manager written entirely in bash that uses xinit to start X sessions

Install / Use

/learn @simoniz0r/OpenDM
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

OpenDM

screenshot

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.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated2y ago
Forks0

Languages

Shell

Security Score

70/100

Audited on Jul 18, 2023

No findings