Compare commits

...

2 Commits

Author SHA1 Message Date
Bertrand Benjamin 418f122485 Feat: add shell escape 2022-10-17 17:52:30 +02:00
Bertrand Benjamin 0302e76e1f Feat: add plusaudio suport 2022-10-17 17:52:17 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ MusicDir = "/media/documents/musique/"
# Sound driver - OSS, ALSA, JACK, SNDIO (on OpenBSD) or null (only for
# debugging). You can enter more than one driver as a colon-separated
# list. The first working driver will be used.
#SoundDriver = JACK:ALSA:OSS
SoundDriver = PULSEAUDIO:JACK:ALSA:OSS
# Jack output settings.
#JackClientName = "moc"

View File

@ -1,2 +1,2 @@
$pdf_mode = 4;
$lualatex='lualatex --interaction=nonstopmode';
$lualatex='lualatex --interaction=nonstopmode -shell-escape';