Compare commits

..

No commits in common. "5d541a845a2c057e9042c898662f7fbfa9045373" and "8420f1f1c169e8b676afada7764d792e52fdbaf5" have entirely different histories.

2 changed files with 0 additions and 54 deletions

View File

@ -1,40 +0,0 @@
# regular devices
monitor.alsa.rules = [
{
matches = [
{
# Matches all sources
node.name = "~alsa_input.*"
},
{
# Matches all sinks
node.name = "~alsa_output.*"
}
]
actions = {
update-props = {
session.suspend-timeout-seconds = 0
}
}
}
]
# bluetooth devices
monitor.bluez.rules = [
{
matches = [
{
# Matches all sources
node.name = "~bluez_input.*"
},
{
# Matches all sinks
node.name = "~bluez_output.*"
}
]
actions = {
update-props = {
session.suspend-timeout-seconds = 0
}
}
}
]

View File

@ -1,14 +0,0 @@
access.rules = [
{
matches = [
{
application.process.binary = discord
}
]
actions = {
update-props = {
default_permissions = "rx"
}
}
}
]