Launch 1Password and Steam on sway startup

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-18 12:39:53 -08:00
commit a1e308a43c

View file

@ -161,6 +161,10 @@
xkb_options = "ctrl:nocaps";
};
};
startup = [
{ command = "1password"; }
{ command = "steam"; }
];
};
};