aly/wm: don't autostart keepassxc

This commit is contained in:
Aly Raffauf 2024-08-01 23:00:58 -04:00
parent cc4272a4af
commit df1550b5e1

View file

@ -3,9 +3,7 @@
lib, lib,
pkgs, pkgs,
... ...
}: let }: {
keepassxc = "${lib.getExe' config.ar.home.apps.keepassxc.package "keepassxc"} --pw-stdin ${config.home.homeDirectory}/sync/Passwords.kdbx < ${config.age.secrets.keepassxc.path}";
in {
programs.waybar.settings.mainBar."bluetooth" = { programs.waybar.settings.mainBar."bluetooth" = {
"on-click" = lib.mkForce "${lib.getExe pkgs.rofi-bluetooth} -i"; "on-click" = lib.mkForce "${lib.getExe pkgs.rofi-bluetooth} -i";
}; };
@ -39,8 +37,6 @@ in {
}; };
}; };
startup = [{command = ''sleep 1 && ${keepassxc}'';}];
window.commands = [ window.commands = [
{ {
command = "resize set 80ppt 80ppt; move position center; sticky toggle; "; command = "resize set 80ppt 80ppt; move position center; sticky toggle; ";
@ -56,8 +52,6 @@ in {
"SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}" "SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"
]; ];
exec-once = ["sleep 1 && ${keepassxc}"];
input.kb_options = "ctrl:nocaps"; input.kb_options = "ctrl:nocaps";
windowrulev2 = [ windowrulev2 = [