dwm

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

focusadjacenttag.h (254B)


      1 static void tagtoleft(const Arg *arg);
      2 static void tagtoright(const Arg *arg);
      3 static void viewtoleft(const Arg *arg);
      4 static void viewtoright(const Arg *arg);
      5 static void tagandviewtoleft(const Arg *arg);
      6 static void tagandviewtoright(const Arg *arg);
      7