From 0c550b411c463195c16110fbaeda32e335603bc1 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 10 Oct 2024 21:33:38 -0400 Subject: picom: Specify backend explicitly Picom is recently failing on startup with an error message stating that a backend must be explicitly given. We now specify the old default of 'xrender'. --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index f161ad6..303cb1d 100644 --- a/.xinitrc +++ b/.xinitrc @@ -10,7 +10,7 @@ done & export _JAVA_AWT_WM_NONREPARENTING=1 -picom --config /dev/null -bfD3 --xrender-sync-fence +picom --config /dev/null -bfD3 --backend xrender --xrender-sync-fence wmname LG3D unclutter --fork --start-hidden numlockx -- cgit v1.2.3