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
|
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
|
||||||
|
|
|
@ -85,9 +85,6 @@
|
||||||
config = {
|
config = {
|
||||||
bars = [];
|
bars = [];
|
||||||
keybindings = lib.mkForce {};
|
keybindings = lib.mkForce {};
|
||||||
startup = [
|
|
||||||
{ command = "qtpass"; notification = false; }
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"text/plain" = [ "VimInKitty.desktop" ];
|
"text/plain" = [ "VimInKitty.desktop" ];
|
||||||
|
"application/x-shellscript" = [ "VimInKitty.desktop" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue