Tweaks to GUI behavior
This commit is contained in:
parent
4e33f4c9e6
commit
f55c292fc3
3 changed files with 2 additions and 4 deletions
|
@ -21,7 +21,7 @@ passwordChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@
|
|||
passwordCharsselection=0
|
||||
passwordLength=8
|
||||
pwgenExecutable=/run/current-system/sw/bin/pwgen
|
||||
startMinimized=true
|
||||
startMinimized=false
|
||||
templateAllFields=false
|
||||
useAutoclear=true
|
||||
useAutoclearPanel=true
|
||||
|
|
|
@ -85,9 +85,6 @@
|
|||
config = {
|
||||
bars = [];
|
||||
keybindings = lib.mkForce {};
|
||||
startup = [
|
||||
{ command = "qtpass"; notification = false; }
|
||||
];
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
enable = true;
|
||||
defaultApplications = {
|
||||
"text/plain" = [ "VimInKitty.desktop" ];
|
||||
"application/x-shellscript" = [ "VimInKitty.desktop" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue