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