Created
May 1, 2025 12:05
-
-
Save srt0/d113e11e165da00606eae436cea8e4c0 to your computer and use it in GitHub Desktop.
picom configuration for i3-wm [Arch Linux on Thinkpad x280]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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