1
0
Fork 0

fix(picom): remove redundant configuration

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-08-14 14:38:08 -07:00
parent a9b336cb29
commit 5e1306dc8b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -1,37 +0,0 @@
#################################
# Corners #
#################################
corner-radius = 0;
round-borders = 0;
#################################
# Shadows #
#################################
shadow = false;
#################################
# Transparency / Opacity #
#################################
active-opacity = 1.0;
inactive-opacity = 1.0;
inactive-dim-fixed = true;
frame-opacity = 1;
focus-exclude = [
"class_g ?= 'i3lock'",
"class_g ?= 'Dmenu'",
];
opacity-rule = [
];
#################################
# General Settings #
#################################
#experimental-backends = true;
backend = "glx";
glx-no-stencil = true;
vsync = true;