diff --git a/core/home/config/nomarchy/default/hypr/apps/geforce.conf b/core/home/config/nomarchy/default/hypr/apps/geforce.conf index 635a1fb..5d47010 100644 --- a/core/home/config/nomarchy/default/hypr/apps/geforce.conf +++ b/core/home/config/nomarchy/default/hypr/apps/geforce.conf @@ -1,5 +1 @@ -windowrule { - name = geforce - class:= GeForceNOW - idle_inhibit = fullscreen -} +windowrulev2 = idleinhibit fullscreen, class:^(GeForceNOW)$ diff --git a/core/home/config/nomarchy/default/hypr/apps/moonlight.conf b/core/home/config/nomarchy/default/hypr/apps/moonlight.conf index e6d85d3..be31905 100644 --- a/core/home/config/nomarchy/default/hypr/apps/moonlight.conf +++ b/core/home/config/nomarchy/default/hypr/apps/moonlight.conf @@ -1,6 +1,2 @@ -windowrule { - name = moonlight - class:= com.moonlight_stream.Moonlight - fullscreen = 1 - idle_inhibit = fullscreen -} +windowrulev2 = fullscreen, class:^(com.moonlight_stream.Moonlight)$ +windowrulev2 = idleinhibit fullscreen, class:^(com.moonlight_stream.Moonlight)$