Skip to content

Instantly share code, notes, and snippets.

@skylerspaeth
Created August 26, 2020 02:56
Show Gist options
  • Save skylerspaeth/94f64b30645736fa5fa93dc0a8b2063a to your computer and use it in GitHub Desktop.
Save skylerspaeth/94f64b30645736fa5fa93dc0a8b2063a to your computer and use it in GitHub Desktop.
Tryone's Compton fork configuration file to enable blur in terminal windows
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