From 5e1306dc8b477a4aee2c641dd858987cc95cd2da Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 14 Aug 2024 14:38:08 -0700 Subject: [PATCH] fix(picom): remove redundant configuration Signed-off-by: Lucas Sta Maria --- .config/picom.conf | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .config/picom.conf diff --git a/.config/picom.conf b/.config/picom.conf deleted file mode 100644 index e0634ee..0000000 --- a/.config/picom.conf +++ /dev/null @@ -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;