Compare commits
2 Commits
c21c9096c9
...
418f122485
Author | SHA1 | Date | |
---|---|---|---|
418f122485 | |||
0302e76e1f |
@ -124,7 +124,7 @@ MusicDir = "/media/documents/musique/"
|
|||||||
# Sound driver - OSS, ALSA, JACK, SNDIO (on OpenBSD) or null (only for
|
# Sound driver - OSS, ALSA, JACK, SNDIO (on OpenBSD) or null (only for
|
||||||
# debugging). You can enter more than one driver as a colon-separated
|
# debugging). You can enter more than one driver as a colon-separated
|
||||||
# list. The first working driver will be used.
|
# list. The first working driver will be used.
|
||||||
#SoundDriver = JACK:ALSA:OSS
|
SoundDriver = PULSEAUDIO:JACK:ALSA:OSS
|
||||||
|
|
||||||
# Jack output settings.
|
# Jack output settings.
|
||||||
#JackClientName = "moc"
|
#JackClientName = "moc"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
$pdf_mode = 4;
|
$pdf_mode = 4;
|
||||||
$lualatex='lualatex --interaction=nonstopmode';
|
$lualatex='lualatex --interaction=nonstopmode -shell-escape';
|
||||||
|
Loading…
Reference in New Issue
Block a user