diff --git a/options/custom/desktops/hyprland/plugins.nix b/options/custom/desktops/hyprland/plugins.nix index 66f0824..23a7aa5 100644 --- a/options/custom/desktops/hyprland/plugins.nix +++ b/options/custom/desktops/hyprland/plugins.nix @@ -28,6 +28,7 @@ in { "plugin:hyprbars:nobar, class:^clipboard$" "plugin:hyprbars:nobar, class:^discord$, title:^Discord Updater$" "plugin:hyprbars:nobar, class:^dropdown$" + "plugin:hyprbars:nobar, class:^moe\\.launcher\\..+$" "plugin:hyprbars:nobar, class:^org\\.gnome\\.Nautilus$, title:^New Folder$" "plugin:hyprbars:nobar, class:^org\\.gnome\\.NautilusPreviewer$" "plugin:hyprbars:nobar, class:^steam$" diff --git a/options/custom/desktops/hyprland/rules.nix b/options/custom/desktops/hyprland/rules.nix index 85d1178..7b91b90 100644 --- a/options/custom/desktops/hyprland/rules.nix +++ b/options/custom/desktops/hyprland/rules.nix @@ -204,7 +204,7 @@ in { (class "org\\.gnome\\.Nautilus" rules) ]; game = rules: [ - (class "moe\\.launcher\\.the-honkers-railway-launcher" (rules ++ ["size 1280 730"])) # Honkai: Star Rail + (class "moe\\.launcher\\..+" (rules ++ ["size 1280 730"])) # An Anime Game Launcher (class "net.retrodeck.retrodeck" rules) # Emulators (class "steam_app_.+" rules) # Proton ];