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 passwordCharsselection=0
passwordLength=8 passwordLength=8
pwgenExecutable=/run/current-system/sw/bin/pwgen pwgenExecutable=/run/current-system/sw/bin/pwgen
startMinimized=true startMinimized=false
templateAllFields=false templateAllFields=false
useAutoclear=true useAutoclear=true
useAutoclearPanel=true useAutoclearPanel=true

View file

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

View file

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