(picom) changed backend to xrender as this seems to fix visual glitches
This commit is contained in:
@@ -26,8 +26,8 @@ rounded-corners-exclude = [
|
||||
];
|
||||
|
||||
# general
|
||||
backend = "glx";
|
||||
vsync = true;
|
||||
backend = "xrender";
|
||||
vsync = false;
|
||||
use-damage = true;
|
||||
xrender-sync = true;
|
||||
xrender-sync-fence = true;
|
||||
|
||||
Reference in New Issue
Block a user