Code Monkey home page Code Monkey logo

ly's Introduction

Ly - ncurses display manager - v0.0.1

ly screenshot

This is a lightweight login/display manager for linux made with ncurses. It is based on linux-pam and systemd and was developped in good old C99. This program was designed to be simple, modular and highly configurable. Ly was made for crazy people. If you're not insane, run away.

Configuration and installation

Ly tries not to reinvent the wheel and uses linux-utils and xorg-xinit instead of providing heavy, incomplete and outdated implementations. Make sure all the following tools and libraries are available on your distribution before going further:

  • systemd
  • linux-pam
  • ncurses
  • tput
  • libX11 (required if you wish to use X)
  • xorg-xinit (required if you wish to use X)
  • xorg-xauth (required if you wish to use X)
  • mcookie (required if you wish to use X)

You can now configure Ly by editing "src/config.h". Modify "ly.service" as well if you changed the default tty, then build the executable:

make

Check if it works on the tty you configured (default is tty2). You can also run it in terminal emulators, but desktop environments won't start.

sudo build/ly

Then, install Ly and the systemd service file:

sudo make install

Now enable the systemd service to make it spawn on startup:

sudo systemctl enable ly.service

If you need to switch between ttys after Ly's start you also have to disable getty on Ly's tty to prevent "login" from spawning on top of it:

sudo systemctl disable [email protected]

Controls

Use the up and down arrow keys to change the current field, and the left and right arrow keys to change the target desktop environment while on the desktop field (above the username field).

Additionnal informations

The name "Ly" is a tribute to the fairy from the game Rayman. Ly was tested by oxodao, who is some seriously awesome dude. (you rock!) I wish to thank ncurses, linux-pam, X11 and systemd developers for not providing anything close to a reference or documentation.

ly's People

Contributors

niverton avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.