i think i fixed picom screen tearing

This commit is contained in:
Noah Masur 2022-10-29 08:57:14 -04:00
parent e16674c817
commit b718a01dc4

View File

@ -6,6 +6,7 @@
services.picom = { services.picom = {
enable = true; enable = true;
backend = "glx";
settings = { settings = {
blur = false; blur = false;
blurExclude = [ ]; blurExclude = [ ];