save wireplumber-0.4.13.ebuild
This commit is contained in:
@ -0,0 +1,26 @@
|
||||
commit 3d86f51d2c43fd76be2450a8c27836fdd8619cfa
|
||||
Author: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
|
||||
Date: Sun May 15 18:19:03 2022 +0300
|
||||
|
||||
config: Disable alsa and bluez monitors by default
|
||||
|
||||
diff --git a/src/config/bluetooth.lua.d/50-bluez-config.lua b/src/config/bluetooth.lua.d/50-bluez-config.lua
|
||||
index d5727d3..938eae0 100644
|
||||
--- a/src/config/bluetooth.lua.d/50-bluez-config.lua
|
||||
+++ b/src/config/bluetooth.lua.d/50-bluez-config.lua
|
||||
@@ -1,4 +1,4 @@
|
||||
-bluez_monitor.enabled = true
|
||||
+bluez_monitor.enabled = false
|
||||
|
||||
bluez_monitor.properties = {
|
||||
-- These features do not work on all headsets, so they are enabled
|
||||
diff --git a/src/config/main.lua.d/50-alsa-config.lua b/src/config/main.lua.d/50-alsa-config.lua
|
||||
index 3468333..d4c065b 100644
|
||||
--- a/src/config/main.lua.d/50-alsa-config.lua
|
||||
+++ b/src/config/main.lua.d/50-alsa-config.lua
|
||||
@@ -1,4 +1,4 @@
|
||||
-alsa_monitor.enabled = true
|
||||
+alsa_monitor.enabled = false
|
||||
|
||||
alsa_monitor.properties = {
|
||||
-- Create a JACK device. This is not enabled by default because
|
Reference in New Issue
Block a user