Skip to content

Commit 7b8843a

Browse files
committed
feat(sway): start keepass on system startup
1 parent 7310f4a commit 7b8843a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

home/sway/sway.nix

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,18 @@
3030
menu = "${pkgs.wofi}/bin/wofi --show=drun";
3131
startup = [
3232
{ command = "firefox"; }
33-
{ command = "${pkgs.element-desktop}/bin/element-desktop"; }
33+
{ command = "keepassxc"; }
3434
{ command = "spotify"; }
35+
{ command = "${pkgs.element-desktop}/bin/element-desktop"; }
3536
{ command = "${pkgs.signal-desktop}/bin/signal-desktop"; }
3637
];
3738
assigns = {
3839
"1" = [
3940
{ app_id = "firefox"; }
4041
];
42+
"7" = [
43+
{ app_id = "keepassxc"; }
44+
];
4145
"8" = [
4246
{ class = "^Spotify$"; }
4347
];

0 commit comments

Comments
 (0)