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.
`# user` dlogin # run the program
- dmenu
- doas_askpass (if you do not have polkit installed)
- dmenu
- xclip (if you want to use the copy or copy file features.)
`# user` git clone https://github.com/amarakon/dlogin
`# user` cd dlogin
`# root` make install
`# root` eselect repository add amarlay git https://github.com/amarakon/amarlay
`# root` emerge --sync amarlay
`# root` emerge x11-misc/dlogin
`# user` cd dlogin
`# root` make uninstall
`# root` emerge -c x11-misc/dlogin
# Remove my overlay (optional)
`# root` eselect-repository remove -f amarlay
`# root` emerge --sync