Skip to content

Commit ac9e8ec

Browse files
authored
fix: Correct Brave browser class name in windowrules.conf (#947)
* feat: corrected Brave-browser to brave-browser in windowrules * fix: Correct Brave browser class name in windowrules.conf This commit fixes a typo in the window rule for the Brave browser, changing `Brave` to `brave-browser` to ensure proper window management.
1 parent a94ab3e commit ac9e8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configs/.config/hypr/windowrules.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $&=override
1111
# idleinhibit rules
1212
windowrule = idleinhibit fullscreen, class:^(.*celluloid.*)$|^(.*mpv.*)$|^(.*vlc.*)$
1313
windowrule = idleinhibit fullscreen, class:^(.*[Ss]potify.*)$
14-
windowrule = idleinhibit fullscreen, class:^(.*LibreWolf.*)$|^(.*floorp.*)$|^(.*Brave.*)$|^(.*firefox.*)$|^(.*chromium.*)$|^(.*zen.*)$|^(.*vivaldi.*)$
14+
windowrule = idleinhibit fullscreen, class:^(.*LibreWolf.*)$|^(.*floorp.*)$|^(.*brave-browser.*)$|^(.*firefox.*)$|^(.*chromium.*)$|^(.*zen.*)$|^(.*vivaldi.*)$
1515

1616
# Picture-in-Picture
1717
windowrule = float, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$
@@ -22,7 +22,7 @@ windowrule = float, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$
2222
windowrule = pin, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$
2323

2424
windowrule = opacity 0.90 $& 0.90 $& 1,class:^(firefox)$
25-
windowrule = opacity 0.90 $& 0.90 $& 1,class:^(Brave-browser)$
25+
windowrule = opacity 0.90 $& 0.90 $& 1,class:^(brave-browser)$
2626
windowrule = opacity 0.80 $& 0.80 $& 1,class:^(code-oss)$
2727
windowrule = opacity 0.80 $& 0.80 $& 1,class:^([Cc]ode)$
2828
windowrule = opacity 0.80 $& 0.80 $& 1,class:^(code-url-handler)$

0 commit comments

Comments
 (0)