hm: start 1password's gui silently

This commit is contained in:
Luke Granger-Brown 2021-08-30 14:26:25 +01:00
parent 44e22b810c
commit bc1932df9b
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@
"${modifier}+Return" = "exec ${pkgs.alacritty}/bin/alacritty"; "${modifier}+Return" = "exec ${pkgs.alacritty}/bin/alacritty";
}; };
startup = [ startup = [
{ command = "${pkgs._1password-gui}/bin/1password"; } { command = "${pkgs._1password-gui}/bin/1password --silent"; }
]; ];
output."*".bg = "${depot.pkgs.lukegb-wallpapers}/lunik1-gruvbox-dark-rainbow.png fill"; output."*".bg = "${depot.pkgs.lukegb-wallpapers}/lunik1-gruvbox-dark-rainbow.png fill";

View file

@ -16,7 +16,7 @@
startup = [ startup = [
{ command = "xss-lock --transfer-sleep-lock -- i3lock --nofork"; notification = false; } { command = "xss-lock --transfer-sleep-lock -- i3lock --nofork"; notification = false; }
{ command = "${pkgs.gnome3.networkmanagerapplet}/bin/nm-applet"; notification = false; } { command = "${pkgs.gnome3.networkmanagerapplet}/bin/nm-applet"; notification = false; }
{ command = "${pkgs._1password-gui}/bin/1password"; notification = false; } { command = "${pkgs._1password-gui}/bin/1password --silent"; notification = false; }
]; ];
}; };
}; };