fix(picom): remove redundant configuration
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
a9b336cb29
commit
5e1306dc8b
1 changed files with 0 additions and 37 deletions
|
@ -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;
|
|
Loading…
Add table
Add a link
Reference in a new issue