Remove transparency from floating browser window
When I have a Picture-in-Picture video I like to open it and float it on top of everything so it's always visible. But when it becomes inactive the background shines through like with all other inactive windows. This patch makes the opacity to 1.0 so the background doesn't shine through and it's easier to watch the video.
This commit is contained in:
parent
b112f1df45
commit
0241cfa63f
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Librewolf Picture-in-Picture
|
# Librewolf Picture-in-Picture
|
||||||
windowrulev2 = float, class:($browser),title:(Picture-in-Picture)
|
windowrulev2 = float, class:($browser),title:(Picture-in-Picture)
|
||||||
windowrulev2 = pin, class:($browser),title:(Picture-in-Picture)
|
windowrulev2 = pin, class:($browser),title:(Picture-in-Picture)
|
||||||
|
windowrule = opacity 1.0 override 1.0 override, class:($browser),title:(Picture-in-Picture)
|
||||||
|
|
||||||
# Cheatsheet
|
# Cheatsheet
|
||||||
windowrulev2 = float, class:net.jeena.Cheatsheet
|
windowrulev2 = float, class:net.jeena.Cheatsheet
|
||||||
windowrulev2 = center, class:net.jeena.Cheatsheet
|
windowrulev2 = center, class:net.jeena.Cheatsheet
|
||||||
windowrulev2 = stayfocused, class:net.jeena.Cheatsheet
|
windowrulev2 = stayfocused, class:net.jeena.Cheatsheet
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue