diff --git a/system/desktop.nix b/system/desktop.nix index a132338a..8ffff70f 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -190,7 +190,6 @@ ''; # Autostart some programs "autostart/signal-desktop.desktop".source = "${pkgs.signal-desktop}/share/applications/signal-desktop.desktop"; - "autostart/com.rtosta.zapzap.desktop".source = "${pkgs.zapzap}/share/applications/com.rtosta.zapzap.desktop"; "teams-for-linux/config.json".text = builtins.toJSON { awayOnSystemIdle = true; closeAppOnCross = false; diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 505790b9..ae9127a1 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -260,11 +260,12 @@ "center, xdg-desktop-portal-gtk" # Workspace rules - "workspace 2 silent, (firefox|nyxt|org.qutebrowser.qutebrowser)" # Browser - "workspace 3 silent, (signal|com.rtosta.zapzap|WebCord|teams-for-linux|twinkle)" # Messaging - "workspace 4 silent, (com.github.neithern.g4music)" # Music - "workspace 5 silent, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop - "workspace 6 silent, (steam|steam_app|lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher)" # Gaming + "workspace 2, (firefox|nyxt|org.qutebrowser.qutebrowser)" # Browser + "workspace 3, (signal|com.rtosta.zapzap|WebCord|teams-for-linux|twinkle)" # Messaging + "workspace 4, (com.github.neithern.g4music)" # Music + "workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop + "workspace 6, (lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher)" # Gaming + "workspace 6 silent, (steam|steam_app)" # Gaming (Silent) # PrismLauncher / Minecraft "float, org.prismlauncher.PrismLauncher"