xyb3rt / physlock

Lightweight linux console locking tool
GNU General Public License v2.0
303 stars 36 forks source link

Not working with xss-lock #102

Closed samhh closed 4 years ago

samhh commented 4 years ago

I've seen comments here and elsewhere about pairing physlock with xss-lock, but it doesn't seem to be working for me on Arch with the latest of each. $ xss-lock physlock / $ xss-lock -- physlock / $ xss-lock -- physlock -d / $ xss-lock "/usr/bin/physlock" - with any of these physlock doesn't pop up after waking up from suspend (triggered with $ systemctl suspend), but there is a physlock process open each time which there wasn't previously. Running just $ physlock on its own works as expected. Any ideas? Cheers.

Barbaross93 commented 4 years ago

Try xss-lock -l -- physlock

The -l flag facilitates transferring the lock when the system is suspending/hibernating. It works for me, hopefully it does for you!

samhh commented 4 years ago

Wow, the one combination I hadn't tried, closest I got before was without the --. Thanks @loki7990!!