From 72f1dc6d8da9154a78d2e046825b780b3a50ca13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 18 Nov 2023 01:53:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20added=20idle=20rules?= =?UTF-8?q?=20for=20some=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/themes/luna/rules.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/hypr/themes/luna/rules.conf b/.config/hypr/themes/luna/rules.conf index 56dfc583..ee58d1f1 100644 --- a/.config/hypr/themes/luna/rules.conf +++ b/.config/hypr/themes/luna/rules.conf @@ -70,3 +70,7 @@ windowrulev2 = center 1,$scrcpy windowrulev2 = float,$scrcpy windowrulev2 = noinitialfocus, class:(.*Spotify.*) + +windowrulev2 = idleinhibit always,class:^(.*steam_app.*)$ +windowrulev2 = idleinhibit fullscreen,class:^(.*celluloid.*)$ +windowrulev2 = idleinhibit fullscreen,class:^(.*LibreWolf.*)$