27 lines
1.3 KiB
Text
27 lines
1.3 KiB
Text
# Windowrules
|
|
windowrulev2 = immediate, class:^(minecraft)$
|
|
#windowrulev2 = workspace 2, monitor 1, class:^(LibreWolf)$
|
|
#windowrulev2 = workspace 1, monitor 1, class:^(discord)$
|
|
|
|
# Screensharing
|
|
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
|
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
|
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
|
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
|
|
|
# -- Fix odd behaviors in IntelliJ IDEs --
|
|
#! Fix focus issues when dialogs are opened or closed
|
|
# windowrulev2 = windowdance,class:^(jetbrains-.*)$,floating:1
|
|
#! Fix splash screen showing in weird places and prevent annoying focus takeovers
|
|
windowrulev2 = center,class:^(jetbrains-.*)$,title:^(splash)$,floating:1
|
|
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(splash)$,floating:1
|
|
windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^(splash)$,floating:1
|
|
|
|
#! Center popups/find windows
|
|
windowrulev2 = center,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
|
windowrulev2 = stayfocused,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
|
windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
|
#! Disable window flicker when autocomplete or tooltips appear
|
|
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(win.*)$,floating:1
|
|
|
|
# windowrulev2 = suppressevent maximize, class:.*
|