1
1
Fork 0

hyprland: update anime-game-launcher rules

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-11-30 16:02:08 -06:00
parent bbceefdb0e
commit 6070dafafd
Signed by: myned
GPG key ID: C7224454F7881A34
2 changed files with 2 additions and 1 deletions

View file

@ -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$"

View file

@ -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
];