Drakulix / fireplace

Modular wayland window manager written in rust
MIT License
603 stars 14 forks source link

Add a lock screen #11

Open Drakulix opened 7 years ago

Drakulix commented 7 years ago

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 https://github.com/PistonDevelopers/conrod/issues/610 to handle the input.

Drakulix commented 7 years ago

Started to address this in https://github.com/PistonDevelopers/conrod/pull/952

xoich commented 7 years ago

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.

Drakulix commented 7 years ago

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.