Adding xkb patch as per request #111

This commit is contained in:
bakkeby
2021-04-07 15:35:56 +02:00
parent 0c88a49e27
commit ac737f9dfc
8 changed files with 193 additions and 1 deletions

View File

@ -298,6 +298,9 @@
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
#endif
#if XKB_PATCH
#include "xkb.c"
#endif
#if XRDB_PATCH && !BAR_VTCOLORS_PATCH
#include "xrdb.c"
#endif