|
|
|
@ -78,7 +78,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; |
|
|
|
|
# Parameters for background blurring, see the *BLUR* section for more information. |
|
|
|
|
|
|
|
|
|
blur-method = "dual_kawase"; |
|
|
|
|
blur-strength = 800; |
|
|
|
|
blur-strength = 10; |
|
|
|
|
blur-size = 16; |
|
|
|
|
|
|
|
|
|
# Blur background of semi-transparent / ARGB windows. |
|
|
|
@ -167,7 +167,7 @@ detect-rounded-corners = true; |
|
|
|
|
# opacity-rule = [ "100:fullscreen", "95:!fullscreen" ]; |
|
|
|
|
opacity-rule = [ |
|
|
|
|
"100:class_g = 'Alacritty' && focused", |
|
|
|
|
"90:class_g = 'Alacritty' && !focused" |
|
|
|
|
"98:class_g = 'Alacritty' && !focused" |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
|
opacity-exclude = [ |
|
|
|
@ -181,7 +181,7 @@ opacity-exclude = [ |
|
|
|
|
# try detecting this with X RandR extension. |
|
|
|
|
# |
|
|
|
|
# refresh-rate = 60 |
|
|
|
|
refresh-rate = 60; |
|
|
|
|
# refresh-rate = 60; |
|
|
|
|
|
|
|
|
|
# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window, |
|
|
|
|
# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, |
|
|
|
|