diff --git a/modules/home/desktop/i3.nix b/modules/home/desktop/i3.nix index 2807fb6..74f6e25 100644 --- a/modules/home/desktop/i3.nix +++ b/modules/home/desktop/i3.nix @@ -54,12 +54,12 @@ workspaceAutoBackAndForth = true; focus.wrapping = "yes"; - startup = [ ] ++ lib.optionals config.mods.social.enable [{ - command = "exec vesktop"; - }]; + # startup = [ ] ++ lib.optionals config.mods.social.enable [{ + # command = "exec vesktop"; + # }]; assigns = { - "2" = [{ class = "^electron$"; }]; + "2" = [{ class = "Vesktop"; }]; "3" = [{ class = "^Steam$"; }]; };