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