From 9525b186532be50e0613713e6f982d0f0e2503c6 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sat, 30 Sep 2017 11:50:33 +0200 Subject: [PATCH] [modules/layout-kxb] Add docstring --- bumblebee/modules/layout-xkb.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bumblebee/modules/layout-xkb.py b/bumblebee/modules/layout-xkb.py index cdef4f0..3b62322 100644 --- a/bumblebee/modules/layout-xkb.py +++ b/bumblebee/modules/layout-xkb.py @@ -1,5 +1,11 @@ # pylint: disable=C0111,R0903 +"""Displays the current keyboard layout using libX11 + +Requires the following library: + * libX11.so.6 +""" + import bumblebee.input import bumblebee.output import bumblebee.engine