compfy
compfy copied to clipboard
Everything but the mouse randomly freezes
What is the issue Everything but the mouse randomly freezes, all apps still work in the background, sound still plays, games still update but I cant see anything until I change window focus and it fixes itself. I am on Arch fully updated with a 2080ti using the Nvidia drivers. This was also a bug on the upstream I posted here: https://github.com/yshui/picom/issues/1152 before trying to see if Compfy had it fixed. What did you expect That my screen would not freeze and it would just work. Relevant Images or Videos: NA
Your configuration
wm-support = "awesome";
#Animations
animations = true;
#Corners
corner-radius = 15;
rounded-corners-exclude = [
"class_g = 'awesome'",
]
#Shadows
shadow = false;
#Fade
fading = true;
fade-in-step = 0.03;
fade-out-step = 0.03;
# Opacity
active-opacity = 1;
inactive-opacity = 1;
frame-opacity = 1;
inactive-opacity-override = false;
opacity-rule = [
"70:class_g = 'Alacritty' && !focused",
"70:class_g = 'Pcmanfm' && !focused",
"70:class_g = 'Mousepad' && !focused",
"90:class_g = 'discord' && !focused"
];
#Background Blur
blur-background = true;
blur-whitelist=false;
blur-method = "dual_kawase";
blur-strength = 6;
#General Settings
backend = "glx";
vsync = true;
log-level = "info";
Package Version: 1.7.2 Build Method: AUR WM: Awesome WM