updated autostart to also include bitwarden

This commit is contained in:
2026-05-28 18:56:56 +02:00
parent 74e63c6c40
commit 1d4128ca31

View File

@@ -52,9 +52,10 @@ local autostart_background = {
local autostart_workspaces = { local autostart_workspaces = {
{ workspace = "1", cmd = terminal }, { workspace = "1", cmd = terminal },
{ workspace = "2", cmd = browser }, { workspace = "2", cmd = browser },
{ workspace = "3", cmd = "bitwarden"},
{ workspace = "4", cmd = "signal-desktop" }, { workspace = "4", cmd = "signal-desktop" },
{ workspace = "4", cmd = "thunderbird"}, { workspace = "4", cmd = "thunderbird"},
-- { workspace = "4", cmd = "thunderbird"} (this will be done using the window rules) -- { workspace = "4", cmd = "discord"} (this will be done using the window rules)
} }
hl.on("hyprland.start", function () hl.on("hyprland.start", function ()