update: rename filedir to work with new version of leaf

This commit is contained in:
2026-01-18 20:10:14 -05:00
parent 58c8a7a42c
commit b4192b3099
129 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
From ed5ce9c176db2e26ac9915b4d86c3a076a8093ae Mon Sep 17 00:00:00 2001
From: "Igor V. Kovalenko" <igor.v.kovalenko@gmail.com>
Date: Fri, 2 Feb 2024 22:00:03 +0300
Subject: [PATCH] config: Disable alsa and bluez monitors by default
--- a/src/config/wireplumber.conf
+++ b/src/config/wireplumber.conf
@@ -72,8 +72,8 @@ wireplumber.profiles = {
policy.standard = required
- hardware.audio = required
- hardware.bluetooth = required
+ #hardware.audio = required
+ #hardware.bluetooth = required
hardware.video-capture = required
}