diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2018-05-23 07:16:30 +0100 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-23 10:09:13 +0200 |
commit | 943b42de05cc3328ea74b0d9f527f17e1fcf47e7 (patch) | |
tree | b08d4df304c35f503212741161e3298ddd376db1 /Makefile | |
parent | 57f69e900bf7e3e7c60a720bf09f2134b724c5cc (diff) |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ COM =\ components/ip\ components/kernel_release\ components/keyboard_indicators\ + components/keymap\ components/load_avg\ components/netspeeds\ components/num_files\ |