Drakulix / fireplace

Modular wayland window manager written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a lock screen

Drakulix opened this issue · comments

Adding a lock screen directly into the window manager would be the most secure way to make sure no window content leaks above the lock screen.

This is currently blocked by PistonDevelopers/conrod#610
to handle the input.

Started to address this in PistonDevelopers/conrod#952

commented

Hello, if possible I would like to request the feature that the screen lock is designed so that it can be locked and unlocked from crontab or a tty.

Hello, if possible I would like to request the feature that the screen lock is designed so that it can be locked and unlocked from crontab or a tty.

Request seconded. I also want this feature, but this will require a solid IPC mechanism (which I plan to add in somewhat near future) at first.