From 2a65efa068fe96bd73c996525a55d0b4aff52727 Mon Sep 17 00:00:00 2001 From: fahrstuhl Date: Fri, 1 Jan 2016 18:18:01 +0100 Subject: [PATCH] adds doc for variant feature --- i3pystatus/xkblayout.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3pystatus/xkblayout.py b/i3pystatus/xkblayout.py index 4ea4bb1..35e9e74 100644 --- a/i3pystatus/xkblayout.py +++ b/i3pystatus/xkblayout.py @@ -9,6 +9,8 @@ class Xkblayout(IntervalModule): ``layouts`` setting and enables the layout following it. If the current layout is not in the ``layouts`` setting the first layout is enabled. + + ``layouts`` can be stated with or without variants, e.g.: status.register("xkblayout", layouts=["de neo", "de"]) """ interval = 1