From be5c4e0dc42f544e1bb26c9362b34c708e5e4e9f Mon Sep 17 00:00:00 2001 From: muon Date: Sun, 29 Dec 2024 06:19:07 +0000 Subject: [PATCH] Remove autostart --- modules/home/desktop/i3.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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$"; }]; };