Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-arrow committed May 30, 2024
1 parent 8fdd43b commit 85fe3c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ font and all font sizes available on your computer.
Some terminal fonts do not support braille characters. Using an ascii art generator that does not output braille characters will fix your problem.
</details>

<details>
<summary>How do I use a fingerprint sensor to login.</summary><br>

Follow the arch wiki instructions for SDDM. More info coming in future.
NOTE: I do not reccomend because fingerprints can not decrypt drives or unlock your keyring.

</details>

<details>
<summary>Is Aporia production ready?</summary><br>

Expand Down
4 changes: 2 additions & 2 deletions extra/aporia.pam
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ session required pam_env.so readenv=1
session optional pam_loginuid.so
session optional pam_systemd.so

session optional pam_gnome_keyring.so auto_start
session optional pam_kwallet5.so auto_start
session optional pam_gnome_keyring.so auto_start
session optional pam_kwallet5.so auto_start
2 changes: 1 addition & 1 deletion tui/tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (self *Tui) login() {

term.Restore(int(os.Stdin.Fd()), &self.termState)
}

err := login.Authenticate(username, password, session, set_message)

if err != nil {
Expand Down

0 comments on commit 85fe3c1

Please sign in to comment.