Skip to content

Commit 1f8f928

Browse files
committed
hyprland: battle net window rule tweaks
1 parent be50a28 commit 1f8f928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/home/programs/graphical/wms/hyprland/windowrules/tiling.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ in
1717
# Fix apps not tiling
1818
"tile, class:^(Spotify)$"
1919
"tile, class:^(Spotify Free)$"
20+
"tile, class:^(steam_app_0)$, title:^(Battle.net)$"
2021
];
2122
};
2223
};

modules/home/programs/graphical/wms/hyprland/windowrules/workspace.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ in
3030
"workspace 4 silent, class:^(gamescope|steam_app).*"
3131
"workspace 4, class:^(heroic)$"
3232
"workspace 4, class:^(lutris)$"
33-
"workspace 4, class:^(steam_app_0)., title:^(Battle.net)$"
34-
"workspace 4, class:^(steam_app_0)., title:^(World of Warcraft)$"
33+
"workspace 4, class:^(steam_app_0)$"
3534
"workspace 4, class:^(org.vinegarhq.Sober)$"
3635
"workspace 4, class:.*(cemu|yuzu|Ryujinx|emulationstation|retroarch).*"
3736
"workspace 4, title:.*(cemu|yuzu|Ryujinx|emulationstation|retroarch).*"

0 commit comments

Comments
 (0)