From 06459126266c59d57967ee656f63ec1219294c1c Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 1 Sep 2025 17:49:50 -0700 Subject: [PATCH] [hyprctl] Tweaks for Cyberpunk --- home-manager/features/gaming.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" ]; }