diff options
author | ThanosApollo <[email protected]> | 2022-11-01 18:41:03 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-01 18:41:03 +0200 |
commit | 4abb2b02c2060726e87d053109b1c52ce8c2bb41 (patch) | |
tree | 796d878813bba687c1e7518d86d82743ae4d751d /.moc | |
parent | 920b151a4591b0aad99578b94ffdf93647f6da3b (diff) |
Update layouts and drivers
Diffstat (limited to '.moc')
-rw-r--r-- | .moc/config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.moc/config b/.moc/config index f459072..0447e92 100644 --- a/.moc/config +++ b/.moc/config @@ -144,9 +144,9 @@ SoundDriver = PULSEAUDIO:JACK:ALSA:OSS # #ALSADevice=tee:hw,'/tmp/out.wav',wav # -ALSADevice = default +#ALSADevice = default #ALSAMixer1 = PCM -#ALSAMixer2 = Master +ALSAMixer2 = Master # Under some circumstances on 32-bit systems, audio played continously # for long periods of time may begin to stutter. Setting this option to @@ -461,7 +461,8 @@ Keymap = keymap # There must be at least one layout (Layout1) defined; others can be empty. # # Example: Layout1 = playlist(50%,50%,50%,50%) -# Layout2 = "" +Layout1 = directory(0,0,100%,100%):playlist(0,0,100%,100%) +CanStartInPlaylist = yes # Layout3 = "" # # Just one layout, the directory will occupy the whole |