mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
hyprland: Add nodim rule for jp locale picture-in-picture
Fixes an issue where picture-in-picture was being dimmed after changing the locale.
This commit is contained in:
parent
89722f8d47
commit
7cb28af1f8
@ -258,6 +258,7 @@ in
|
||||
windowrulev2 = opaque,class:^(kitty)$
|
||||
windowrulev2 = noblur,class:^(kitty)$
|
||||
windowrulev2 = nodim,title:^(Picture-in-Picture)$
|
||||
windowrulev2 = nodim,title:^(ピクチャーインピクチャー)$
|
||||
windowrulev2 = nodim,class:^(mpv)$
|
||||
windowrulev2 = tile,class:^(.qemu-system-x86_64-wrapped)$
|
||||
windowrulev2 = opacity ${opacity} ${opacity},class:^(thunar)$
|
||||
|
Loading…
Reference in New Issue
Block a user