Launch QtPass on startup
This commit is contained in:
parent
f6e96617df
commit
2de34867ef
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -74,6 +74,9 @@
|
|||
config = {
|
||||
bars = [];
|
||||
keybindings = lib.mkForce {};
|
||||
startup = [
|
||||
{ command = "qtpass"; notification = false; }
|
||||
];
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue