Auto-commit kunsi-p14s.kunbox.net 2024-12-10T09:10:14+01:00
This commit is contained in:
parent
5b75d0d5e4
commit
dbdb58ced6
6 changed files with 2 additions and 53 deletions
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/user/grobi.service
|
|
|
@ -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)
|
|
|
@ -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)
|
|
|
@ -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)
|
|
|
@ -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)
|
|
|
@ -23,8 +23,10 @@
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesFile = ~/.config/gitignore-global
|
excludesFile = ~/.config/gitignore-global
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
default = current
|
default = current
|
||||||
|
|
Loading…
Reference in a new issue