make minimal picom config that just adds vsync

This commit is contained in:
2026-05-25 21:57:33 +02:00
parent ce16980323
commit 689adf125f
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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;