/dlogin

Manage logind from Dmenu

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

Dlogin – dmenu Login

Contents

Dlogin is a simple program to manage login via dmenu. It supports on any init system and it works regardless if you have polkit installed.

Usage

`# user` dlogin # run the program

Dependencies

  1. dmenu
  2. doas_askpass (if you do not have polkit installed)

Dependencies

  1. dmenu
  2. xclip (if you want to use the copy or copy file features.)

Installation

Universal

`# user` git clone https://github.com/amarakon/dlogin
`# user` cd dlogin
`# root` make install

Gentoo

`# root` eselect repository add amarlay git https://github.com/amarakon/amarlay
`# root` emerge --sync amarlay
`# root` emerge x11-misc/dlogin

Uninstallation

Universal

`# user` cd dlogin
`# root` make uninstall

Gentoo

`# root` emerge -c x11-misc/dlogin
# Remove my overlay (optional)
`# root` eselect-repository remove -f amarlay
`# root` emerge --sync