Skip to content

Instantly share code, notes, and snippets.

@srt0
Created May 1, 2025 12:05
Show Gist options
  • Save srt0/d113e11e165da00606eae436cea8e4c0 to your computer and use it in GitHub Desktop.
Save srt0/d113e11e165da00606eae436cea8e4c0 to your computer and use it in GitHub Desktop.

Revisions

  1. srt0 created this gist May 1, 2025.
    21 changes: 21 additions & 0 deletions picom.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    backend = "glx";
    vsync = true;

    # opacity
    active-opacity = 1;
    inactive-opacity = 1;
    frame-opacity = 1;
    inactive-opacity-override = false;

    blur-background = false;
    shadow = false;
    fade = false;

    opacity-rule = [
    "100:class_g = 'firefox'",
    "100:class_g = 'Brave-browser'",
    "100:class_g = 'vlc'",
    "100:class_g = 'Alacritty'",
    "100:class_g = 'Thunar'",
    "100:class_g = 'evince'",
    ];