✨ feat(hypr): add mpv to the same rules as celluloid
This commit is contained in:
parent
10e99b308c
commit
ba32346b7d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Base Rules
|
# Base Rules
|
||||||
$center-float-large = class:^(center-float-large)$|^(.*Geeqie.*)$|^(.*geeqie.*)$|^(.*celluloid.*)$
|
$center-float-large = class:^(center-float-large)$|^(.*Geeqie.*)$|^(.*geeqie.*)$|^(.*celluloid.*)$|^(.*mpv.*)$
|
||||||
windowrulev2 = float, $center-float-large
|
windowrulev2 = float, $center-float-large
|
||||||
windowrulev2 = size 70% 70%, $center-float-large
|
windowrulev2 = size 70% 70%, $center-float-large
|
||||||
windowrulev2 = center 1, $center-float-large
|
windowrulev2 = center 1, $center-float-large
|
||||||
|
@ -89,7 +89,7 @@ windowrulev2 = float, $scrcpy
|
||||||
windowrulev2 = noinitialfocus, class:(.*Spotify.*)
|
windowrulev2 = noinitialfocus, class:(.*Spotify.*)
|
||||||
|
|
||||||
windowrulev2 = idleinhibit always, class:^(.*steam_app.*)$
|
windowrulev2 = idleinhibit always, class:^(.*steam_app.*)$
|
||||||
windowrulev2 = idleinhibit fullscreen, class:^(.*celluloid.*)$
|
windowrulev2 = idleinhibit fullscreen, class:^(.*celluloid.*)$|^(.*mpv.*)$
|
||||||
windowrulev2 = idleinhibit fullscreen, class:^(.*LibreWolf.*)$|^(.*floorp.*)$|^(.*Brave.*)$|^(.*firefox.*)$|^(.*chromium.*)$
|
windowrulev2 = idleinhibit fullscreen, class:^(.*LibreWolf.*)$|^(.*floorp.*)$|^(.*Brave.*)$|^(.*firefox.*)$|^(.*chromium.*)$
|
||||||
|
|
||||||
windowrulev2 = immediate, class:^(.*steam_app.*)$
|
windowrulev2 = immediate, class:^(.*steam_app.*)$
|
||||||
|
|
Loading…
Add table
Reference in a new issue