Add keymap component
authorMichael Buch <michaelbuch12@gmail.com>
Wed, 23 May 2018 06:16:30 +0000 (07:16 +0100)
committerAaron Marcher <me@drkhsh.at>
Wed, 23 May 2018 08:09:13 +0000 (10:09 +0200)
commit943b42de05cc3328ea74b0d9f527f17e1fcf47e7
treeb08d4df304c35f503212741161e3298ddd376db1
parent57f69e900bf7e3e7c60a720bf09f2134b724c5cc
Add keymap component

Adding a new keymap component that will
indicate the current keyboard layout (language)
and variant if any was set. I use the
standard X11 XKB APIs to retrieve and parse
the xkb_symbols set with setxkbmap.
Makefile
components/keymap.c [new file with mode: 0644]
config.def.h
slstatus.h