diff --git a/lib/nixos/home-manager/modules/sway.nix b/lib/nixos/home-manager/modules/sway.nix index 89135818..15616155 100644 --- a/lib/nixos/home-manager/modules/sway.nix +++ b/lib/nixos/home-manager/modules/sway.nix @@ -98,14 +98,6 @@ xwayland = true; config = { - assigns = { - "1" = [{ app_id = "firefox"; }]; - "2" = [{ app_id = "Alacritty"; }]; - "3" = [{ class = "vlc"; }]; - "9" = [ { class = "Slack"; } { class = "discord"; } ]; - # Get app_id with swaymsg -t get_tree - }; - bars = [{ colors.background = "#222222";