fix: picom is broken with glx

This commit is contained in:
Gerg-L 2024-09-29 15:46:52 -04:00
parent 70de5227fd
commit cd33a30c3f
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -21,7 +21,7 @@
picom = { picom = {
serviceConfig = { serviceConfig = {
ExecStart = "${lib.getExe pkgs.picom} --backend glx"; ExecStart = "${lib.getExe pkgs.picom} --backend egl";
Restart = "always"; Restart = "always";
RestartSec = 2; RestartSec = 2;
ExecReload = "pkill -usr1 -x $MAINPID"; ExecReload = "pkill -usr1 -x $MAINPID";