summaryrefslogtreecommitdiff
path: root/.local/bin/id-init
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite and simplification of id-initSam Chudnick2022-06-161-31/+9
| | | | | | | | | | Did a complete rewrite and simplication of id-init to use only pass and to cutout KeePassXC. The new implementation simply creates a temporary executable that runs "pass ssh", sets it as the SSH_ASKPASS program, and runs ssh-add. This prompts for and caches the GPG key password when running "pass ssh". The output of that command is then used as the input for the password prompt of ssh-add, which then succeeds and adds the SSH key to the agent.
* Prompt for KeePassXC password until correct one is given.Sam Chudnick2022-01-051-2/+10
|
* Refined firejail profile. Fixed issue in unicode-select. Removed ↵Sam Chudnick2021-12-261-15/+0
| | | | overly-verbose explanation in id-init.
* Added id-init script and added it to xinitrc. Removed comment from xinitrc ↵Sam Chudnick2021-12-111-0/+38
referencing dwm startup loop that is no longer implemented.