Skip to content

Commit

Permalink
fix(LGO): reduce input source priority and add description (#1452)
Browse files Browse the repository at this point in the history
Priority didn't need to be so high. Add a description to see it in wpctl status.
  • Loading branch information
thecalamityjoe87 authored Aug 3, 2024
1 parent 63b7bb6 commit 371ff84
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ monitor.alsa.rules = [
]
actions = {
update-props = {
priority.driver = 8901
priority.session = 8901
node.description = "ALC257 Analog Internal Microphone"
priority.driver = 2100
priority.session = 2100
}
}
}
]
]

0 comments on commit 371ff84

Please sign in to comment.