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
+1 -1
View File
@@ -13,7 +13,7 @@ set $just just --justfile ~/.config/i3/justfile
new_window 1pixel new_window 1pixel
exec --no-startup-id xset s off -dpms exec --no-startup-id xset s off -dpms
exec --no-startup-id picom --backend glx --vsync exec --no-startup-id picom
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id blueman-applet exec --no-startup-id blueman-applet
exec --no-startup-id $just reset-wallpaper exec --no-startup-id $just reset-wallpaper
+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;