Created
August 26, 2020 02:56
-
-
Save skylerspaeth/94f64b30645736fa5fa93dc0a8b2063a to your computer and use it in GitHub Desktop.
Tryone's Compton fork configuration file to enable blur in terminal windows
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
opacity-rule = [ | |
"90:class_g = 'URxvt'", | |
"90:class_g = 'st-256color'", | |
"90:class_g = 'Alacritty'", | |
"90:class_g = 'Gnome-terminal'", | |
"90:class_g = 'gnome-terminal-server'" | |
]; | |
frame-opacity = 0.00; | |
# blur | |
blur-background = true; | |
blur-method = "kawase"; | |
#blur-method = "kawase"; for newer compton fork | |
blur-strength = 8; | |
# GLX backend | |
backend = "glx"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment