Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsingh93/display-manager
A simple display/login manager for Linux
https://github.com/gsingh93/display-manager
Last synced: 7 days ago
JSON representation
A simple display/login manager for Linux
- Host: GitHub
- URL: https://github.com/gsingh93/display-manager
- Owner: gsingh93
- License: mit
- Created: 2014-05-08T03:28:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T18:50:44.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T21:41:09.693Z (3 months ago)
- Language: C
- Size: 14.6 KB
- Stars: 57
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Linux Display/Login Manager
===========================This is a display/login manager for Linux, similar to GDM, KDM, or SLiM. It is a very simple display manager written in C using GTK3.
This display manager has only been tested on Arch Linux with `dwm` as the window manager. The window manager must be placed in `.xinitrc` (i.e. it should contain `exec dwm`).
You can find a tutorial for how to make this display manager [here](https://www.gulshansingh.com/posts/how-to-write-a-display-manager/). The [tutorial](https://github.com/gsingh93/display-manager/tree/tutorial) branch more closely follows the tutorial.