[i3] Add compositor

This commit is contained in:
2025-10-27 19:03:54 -07:00
parent 4d986c0b48
commit c42e09e972

View File

@@ -128,7 +128,7 @@ in {
} }
# Picom compositor for smooth rendering and no tearing (important for Nvidia) # Picom compositor for smooth rendering and no tearing (important for Nvidia)
{ {
command = "picom -b"; command = "picom --backend glx -b";
always = false; always = false;
notification = false; notification = false;
} }