From 6070dafafde38c5ff216882f42efaf7d0e5e4c3e Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 30 Nov 2024 16:02:08 -0600 Subject: [PATCH] hyprland: update anime-game-launcher rules Signed-off-by: Myned --- options/custom/desktops/hyprland/plugins.nix | 1 + options/custom/desktops/hyprland/rules.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 ];