mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-11 16:05:13 +02:00
Fix xwaylandvideobridge making lose focus at screen center
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user