From a391b7c96dfa99158f76ade13bc2f46e1006ecc5 Mon Sep 17 00:00:00 2001 From: eder17 Date: Tue, 7 Apr 2026 02:55:27 -0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c66efd..b6efdb0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can list the names of players that are available to control that are running If you'd only like to control certain players, you can pass the names of those players separated by commas with the `--player` flag. Playerctl will select the first instance of a player in that list that supports the command. To control all players in the list, you can use the `--all-players` flag. -Similarly, you can ignore players by passing their names with the `--ignore-player` flag. +Similarly, you can ignore players by passing their names or their name prefixes with the `--ignore-player` flag. The special player name `%any` can be used in the list of selected players once to match any player not in the list. This can be used to prioritize or deprioritize players.