Skip to content

Commit

Permalink
fix: ignore opacity rule for chromium with youtube video
Browse files Browse the repository at this point in the history
  • Loading branch information
datsfilipe committed Jan 11, 2025
1 parent 2254efa commit e17740f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/linux/gui/i3/values/picom.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
fade = true;
fade-delta = 2;
inactive-opacity = 0.9;
opacity-rule = [
"100:class_g = 'chromium-browser' && name %= '*- YouTube*'"
];
shadow = true;
shadow-offset-x = -9;
shadow-offset-y = -9;
Expand Down

0 comments on commit e17740f

Please sign in to comment.