From 90f54f3cab486c6d8b434043dc724ceaefc857d9 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 25 May 2026 21:57:53 +0200 Subject: [PATCH] shorten picom config --- i3/.config/picom/picom.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/i3/.config/picom/picom.conf b/i3/.config/picom/picom.conf index 37d876b..d541ea0 100644 --- a/i3/.config/picom/picom.conf +++ b/i3/.config/picom/picom.conf @@ -1,12 +1,7 @@ -# Performance backend = "glx"; vsync = true; use-damage = true; - -# Shadows & Corners shadow = false; corner-radius = 0; # Set to >0 for subtle rounded corners - -# Fading fading = false; shadow = false;