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.
picom configuration for i3-wm [Arch Linux on Thinkpad x280]
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'",
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment