From 55c44f540b3f12860eeebaa30c1a7ceb374cef3d Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sat, 21 Dec 2024 22:51:49 +0100 Subject: [PATCH] Fix xwaylandvideobridge making lose focus at screen center --- .config/hypr/windows_rules.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/hypr/windows_rules.conf b/.config/hypr/windows_rules.conf index 4b475dd..88b196f 100644 --- a/.config/hypr/windows_rules.conf +++ b/.config/hypr/windows_rules.conf @@ -19,11 +19,12 @@ windowrule = tile, ^(dnspy.exe)$ windowrulev2=nofocus,class:^jetbrains-(?!toolbox),floating:1,title:^win\d+$ # xwaylandvideobridge fix -windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$ -windowrulev2 = noanim,class:^(xwaylandvideobridge)$ -windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$ -windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$ -windowrulev2 = noblur,class:^(xwaylandvideobridge)$ +windowrulev2 = opacity 0.0 override, class:^(xwaylandvideobridge)$ +windowrulev2 = noanim, class:^(xwaylandvideobridge)$ +windowrulev2 = noinitialfocus, class:^(xwaylandvideobridge)$ +windowrulev2 = maxsize 1 1, class:^(xwaylandvideobridge)$ +windowrulev2 = noblur, class:^(xwaylandvideobridge)$ +windowrulev2 = nofocus, class:^(xwaylandvideobridge)$ # ida window rule for tiling windowrule=tile,title:IDA v7