make minimal picom config that just adds vsync
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user