hm: start 1password's gui silently
This commit is contained in:
parent
44e22b810c
commit
bc1932df9b
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
|
@ -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; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue