Skip to content

Commit

Permalink
fix(SteamDeck): do not auto-manage Steam Deck controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Oct 2, 2024
1 parent 9baf74e commit c23fa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/share/inputplumber/devices/50-steam_deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ options:
# If true, InputPlumber will automatically try to manage the input device. If
# this is false, InputPlumber will not try to manage the device unless an
# external service enables management of the device. Defaults to 'false'
auto_manage: true
auto_manage: false

# The target input device(s) that the virtual device profile can use
target_devices:
Expand Down

0 comments on commit c23fa4a

Please sign in to comment.