Launch QtPass on startup

This commit is contained in:
Lauren Lagarde 2025-08-21 22:50:13 -05:00
parent f6e96617df
commit 2de34867ef
2 changed files with 4 additions and 1 deletions

View file

@ -21,7 +21,7 @@ passwordChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@
passwordCharsselection=0
passwordLength=8
pwgenExecutable=/run/current-system/sw/bin/pwgen
startMinimized=false
startMinimized=true
templateAllFields=false
useAutoclear=true
useAutoclearPanel=true

View file

@ -74,6 +74,9 @@
config = {
bars = [];
keybindings = lib.mkForce {};
startup = [
{ command = "qtpass"; notification = false; }
];
};
extraConfig = ''