From 72be1234e1ec030cb07095267e49481057eeb329 Mon Sep 17 00:00:00 2001 From: coasteen Date: Sun, 12 Jul 2026 08:16:17 +0330 Subject: init --- dwm/patch/xkb.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 dwm/patch/xkb.h (limited to 'dwm/patch/xkb.h') diff --git a/dwm/patch/xkb.h b/dwm/patch/xkb.h new file mode 100755 index 0000000..2c6d33a --- /dev/null +++ b/dwm/patch/xkb.h @@ -0,0 +1,8 @@ +static XkbInfo *createxkb(Window w); +static XkbInfo *findxkb(Window w); +static void xkbeventnotify(XEvent *e); + +static int width_xkb(Bar *bar, BarArg *a); +static int draw_xkb(Bar *bar, BarArg *a); +static int click_xkb(Bar *bar, Arg *arg, BarArg *a); + -- cgit v1.2.3