From dbdb58ced66e4f3f676ea79681d853164d1ddbcf Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 10 Dec 2024 09:10:14 +0100 Subject: [PATCH] Auto-commit kunsi-p14s.kunbox.net 2024-12-10T09:10:14+01:00 --- .../systemd/user/default.target.wants/grobi.service | 1 - .../bluetooth.lua.d/51-rename-sony-headphones.lua | 13 ------------- .../51-rename-laptop-headphones-microphone.lua | 13 ------------- .../51-rename-laptop-internal-microphone.lua | 13 ------------- .../main.lua.d/51-rename-laptop-output.lua | 13 ------------- .gitconfig | 2 ++ 6 files changed, 2 insertions(+), 53 deletions(-) delete mode 120000 .config/systemd/user/default.target.wants/grobi.service delete mode 100644 .config/wireplumber/bluetooth.lua.d/51-rename-sony-headphones.lua delete mode 100644 .config/wireplumber/main.lua.d/51-rename-laptop-headphones-microphone.lua delete mode 100644 .config/wireplumber/main.lua.d/51-rename-laptop-internal-microphone.lua delete mode 100644 .config/wireplumber/main.lua.d/51-rename-laptop-output.lua diff --git a/.config/systemd/user/default.target.wants/grobi.service b/.config/systemd/user/default.target.wants/grobi.service deleted file mode 120000 index 19647d3..0000000 --- a/.config/systemd/user/default.target.wants/grobi.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/grobi.service \ No newline at end of file diff --git a/.config/wireplumber/bluetooth.lua.d/51-rename-sony-headphones.lua b/.config/wireplumber/bluetooth.lua.d/51-rename-sony-headphones.lua deleted file mode 100644 index 883d6d3..0000000 --- a/.config/wireplumber/bluetooth.lua.d/51-rename-sony-headphones.lua +++ /dev/null @@ -1,13 +0,0 @@ -rule = { - matches = { - { - { "node.name", "equals", "bluez_output.38_18_4C_BF_65_26.1" }, - }, - }, - apply_properties = { - ["node.description"] = "WH-1000XM3 (Franzi)", - ["node.nick"] = "bluetooth-WH-1000XM3", - }, -} - -table.insert(bluez_monitor.rules, rule) diff --git a/.config/wireplumber/main.lua.d/51-rename-laptop-headphones-microphone.lua b/.config/wireplumber/main.lua.d/51-rename-laptop-headphones-microphone.lua deleted file mode 100644 index 280192e..0000000 --- a/.config/wireplumber/main.lua.d/51-rename-laptop-headphones-microphone.lua +++ /dev/null @@ -1,13 +0,0 @@ -rule = { - matches = { - { - { "node.name", "equals", "alsa_input.pci-0000_07_00.6.HiFi__hw_Generic_1__source" }, - }, - }, - apply_properties = { - ["node.description"] = "Laptop Headphones Microphone", - ["node.nick"] = "laptop-headphones-mic", - }, -} - -table.insert(alsa_monitor.rules, rule) diff --git a/.config/wireplumber/main.lua.d/51-rename-laptop-internal-microphone.lua b/.config/wireplumber/main.lua.d/51-rename-laptop-internal-microphone.lua deleted file mode 100644 index 92532cf..0000000 --- a/.config/wireplumber/main.lua.d/51-rename-laptop-internal-microphone.lua +++ /dev/null @@ -1,13 +0,0 @@ -rule = { - matches = { - { - { "node.name", "equals", "alsa_input.pci-0000_07_00.6.HiFi__hw_acp__source" }, - }, - }, - apply_properties = { - ["node.description"] = "Laptop internal Microphone", - ["node.nick"] = "laptop-internal-mic", - }, -} - -table.insert(alsa_monitor.rules, rule) diff --git a/.config/wireplumber/main.lua.d/51-rename-laptop-output.lua b/.config/wireplumber/main.lua.d/51-rename-laptop-output.lua deleted file mode 100644 index c7fda40..0000000 --- a/.config/wireplumber/main.lua.d/51-rename-laptop-output.lua +++ /dev/null @@ -1,13 +0,0 @@ -rule = { - matches = { - { - { "node.name", "equals", "alsa_output.pci-0000_07_00.6.HiFi__hw_Generic_1__sink" }, - }, - }, - apply_properties = { - ["node.description"] = "Laptop Speakers/Headphones", - ["node.nick"] = "laptop-internal-out", - }, -} - -table.insert(alsa_monitor.rules, rule) diff --git a/.gitconfig b/.gitconfig index 6997bfb..4a69370 100755 --- a/.gitconfig +++ b/.gitconfig @@ -23,8 +23,10 @@ [init] defaultBranch = main + [core] excludesFile = ~/.config/gitignore-global + [push] autoSetupRemote = true default = current