module/xkb: monitor current xkb layout

This commit is contained in:
Daniel Eklöf 2018-12-17 19:59:29 +01:00
parent d600960d69
commit ef594b877b
4 changed files with 497 additions and 0 deletions

5
modules/xkb/xkb.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#include "../../module.h"
#include "../../particle.h"
struct module *module_xkb(struct particle *label);