Tweaks to GUI behavior

This commit is contained in:
Lauren Lagarde 2025-09-30 20:40:30 -05:00
parent 4e33f4c9e6
commit f55c292fc3
3 changed files with 2 additions and 4 deletions

View file

@ -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

View file

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

View file

@ -57,6 +57,7 @@
enable = true;
defaultApplications = {
"text/plain" = [ "VimInKitty.desktop" ];
"application/x-shellscript" = [ "VimInKitty.desktop" ];
};
};
};