diff options
author | Malfurious <m@lfurio.us> | 2024-10-10 21:33:38 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-10-10 21:33:38 -0400 |
commit | 0c550b411c463195c16110fbaeda32e335603bc1 (patch) | |
tree | d9a394a6121b70a84d4491d2a08663c6cdf5a57b | |
parent | 0140bda0ca3828f5f7405e52c06142f67577456d (diff) | |
download | rice-0c550b411c463195c16110fbaeda32e335603bc1.tar.gz rice-0c550b411c463195c16110fbaeda32e335603bc1.zip |
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'.
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |