deathowl / ddlm

deathowl's dummy login manager
GNU General Public License v3.0
40 stars 11 forks source link

Deathowl's dummy login manager

A stupidly simple graphical login manager. Uses framebuffer, so You wont have to run a wayland session to bootstrap your wayland session (unlike gtkgreet)

This is a greetd frontend.

Prior work:

Continuation/fork of prior work by kenylevinsen. This one uses greetd IPC, and also launched WM is now selectable from config file.

Setup

My greetd config looks like :

[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number
# designating the VT.
vt = 7

# The default session, also known as the greeter.
[default_session]

command = "ddlm --target /usr/bin/sway" 

# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
user = "greetd"

Demo

Future plans: