From 4231a08804bab0baa5e8087d05a1cf3540c7d4a6 Mon Sep 17 00:00:00 2001 From: Alkindi Date: Wed, 26 Feb 2020 20:39:47 +0100 Subject: [PATCH] readme and man: add a note about the profile match --- README.md | 3 ++- kanshi.1.scd | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e06219..4bbff7c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ kanshi Each output profile is delimited by brackets. It contains several `output` directives (whose syntax is similar to `sway-output(5)`). A profile will be -enabled if all of the listed outputs are connected. +enabled if all of the listed outputs are connected. The first matching +profile will be picked. ``` { diff --git a/kanshi.1.scd b/kanshi.1.scd index 8577a4b..a526ead 100644 --- a/kanshi.1.scd +++ b/kanshi.1.scd @@ -15,6 +15,7 @@ kanshi is a Wayland daemon that automatically configures outputs. kanshi is configured with a list of output profiles. Each profile contains a set of outputs. A profile will be automatically activated if all specified outputs are currently connected. A profile contains configuration for each output. +The first matching profile will be picked. # CONFIGURATION