diff --git a/home-manager/assets/QtPass.conf b/home-manager/assets/QtPass.conf index 716722b..fd0c8bf 100644 --- a/home-manager/assets/QtPass.conf +++ b/home-manager/assets/QtPass.conf @@ -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 diff --git a/home-manager/i3.nix b/home-manager/i3.nix index 7098088..f50d85e 100644 --- a/home-manager/i3.nix +++ b/home-manager/i3.nix @@ -85,9 +85,6 @@ config = { bars = []; keybindings = lib.mkForce {}; - startup = [ - { command = "qtpass"; notification = false; } - ]; }; extraConfig = '' diff --git a/home-manager/programs/kitty.nix b/home-manager/programs/kitty.nix index c4c65b8..344115c 100644 --- a/home-manager/programs/kitty.nix +++ b/home-manager/programs/kitty.nix @@ -57,6 +57,7 @@ enable = true; defaultApplications = { "text/plain" = [ "VimInKitty.desktop" ]; + "application/x-shellscript" = [ "VimInKitty.desktop" ]; }; }; };