hyprland: update anime-game-launcher rules
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
bbceefdb0e
commit
6070dafafd
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ in {
|
||||||
"plugin:hyprbars:nobar, class:^clipboard$"
|
"plugin:hyprbars:nobar, class:^clipboard$"
|
||||||
"plugin:hyprbars:nobar, class:^discord$, title:^Discord Updater$"
|
"plugin:hyprbars:nobar, class:^discord$, title:^Discord Updater$"
|
||||||
"plugin:hyprbars:nobar, class:^dropdown$"
|
"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\\.Nautilus$, title:^New Folder$"
|
||||||
"plugin:hyprbars:nobar, class:^org\\.gnome\\.NautilusPreviewer$"
|
"plugin:hyprbars:nobar, class:^org\\.gnome\\.NautilusPreviewer$"
|
||||||
"plugin:hyprbars:nobar, class:^steam$"
|
"plugin:hyprbars:nobar, class:^steam$"
|
||||||
|
|
|
@ -204,7 +204,7 @@ in {
|
||||||
(class "org\\.gnome\\.Nautilus" rules)
|
(class "org\\.gnome\\.Nautilus" rules)
|
||||||
];
|
];
|
||||||
game = 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 "net.retrodeck.retrodeck" rules) # Emulators
|
||||||
(class "steam_app_.+" rules) # Proton
|
(class "steam_app_.+" rules) # Proton
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue