From d425acd14e996a67f615fc4cfc7b28d278c73faa Mon Sep 17 00:00:00 2001 From: Vedant Arya <26498920+martian0x80@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:41:20 +0530 Subject: [PATCH] fix: Invalid regex for fullscreen idleinhibit windowrulev2's title The windowrulev2 for fullscreen idleinhibit has an invalid regex expression for title which throws an error along the lines "[ERR] Regex error at title:^(*)$ (Mismatched '(' and ')' in regular expression)". --- config/hypr/UserConfigs/WindowRules.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 7e1a43a..401fe35 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -17,8 +17,8 @@ windowrulev2 = center, class:([Tt]hunar), title:(File Operation Progress) windowrulev2 = center, class:([Tt]hunar), title:(Confirm to replace files) # windowrule v2 to avoid idle for fullscreen apps -windowrulev2 = idleinhibit fullscreen, class:^(*)$ -windowrulev2 = idleinhibit fullscreen, title:^(*)$ +windowrulev2 = idleinhibit fullscreen, class:^(.*)$ +windowrulev2 = idleinhibit fullscreen, title:^(.*)$ windowrulev2 = idleinhibit fullscreen, fullscreen:1 # windowrule v2 move to workspace