From 36d95c68b96330981e798fdc6e09ccb2abcfdc51 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 3 Jul 2025 18:35:03 +0200 Subject: [PATCH] feat(desktop): fix numbering error. --- modules/linux/home-manager/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index aafccff..f4ccb0c 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -296,8 +296,8 @@ in { "workspace 5, class:^(vesktop)$" # Move to workspace 6 - "workspace 5, class:^(steam)$" - "workspace 5, class:^(heroic)$" + "workspace 6, class:^(steam)$" + "workspace 6, class:^(heroic)$" # Enable inhibition for fullscreen apps "idleinhibit fullscreen, class:^(*)$"