diff --git a/home-manager/features/gaming.nix b/home-manager/features/gaming.nix index 31bbc1a..a540e19 100644 --- a/home-manager/features/gaming.nix +++ b/home-manager/features/gaming.nix @@ -111,5 +111,9 @@ in # Make Balatro into a regular window. "monitor 1,title:^Balatro$" "tile,title:^Balatro$" + + # Load Cyberpunk 2077 on the right monitor. + "monitor 1,class:steam_app_1091500" + "fullscreen,class:steam_app_1091500" ]; }