Skip to main content

Command Palette

Search for a command to run...

Tip: unlocking i3lock with fingerprint scanner

Published
1 min read
Tip: unlocking i3lock with fingerprint scanner

i3lock, the go-to locker for i3wm, does not support unlocking with fingerprint scanners. Until now, that is :) To unlock your linux computer by simply scanning your fingerprint, install fprintd and then use this script instead of i3lock to lock your session:

i3lock &
(while pidof i3lock; do
  if (fprintd-verify | grep verify-match); then 
    killall i3lock
  fi
done) &

More from this blog

Решил написать книгу

И даже название уже есть: "Resurrecting God". Ага, будет на английском. Перевод на русский запрещу, только на украинский. О чем она будет? Знающие, наверное, уже догадались — о философии и о возвращении нашей жизни уничтоженного эпохой просвещения см...

Mar 7, 20231 min read

Down from the metal, up through the cloud and back to the UX

16 posts