Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Everything but the mouse randomly freezes #51

@Daniel-McLarty

Description

@Daniel-McLarty

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: yshui/picom#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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions