Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 1.28 KB

README.md

File metadata and controls

70 lines (51 loc) · 1.28 KB

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