dwm

Kris's build of dwm
git clone git clone https://git.krisyotam.com/krisyotam/dwm.git
Log | Files | Refs | README | LICENSE

xkb.h (251B)


      1 static XkbInfo *createxkb(Window w);
      2 static XkbInfo *findxkb(Window w);
      3 static void xkbeventnotify(XEvent *e);
      4 
      5 static int width_xkb(Bar *bar, BarArg *a);
      6 static int draw_xkb(Bar *bar, BarArg *a);
      7 static int click_xkb(Bar *bar, Arg *arg, BarArg *a);
      8