mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
fix: picom is broken with glx
This commit is contained in:
parent
70de5227fd
commit
cd33a30c3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue