dwm

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

bar_wintitleactions.h (219B)


      1 static void hide(Client *c);
      2 static void show(Client *c);
      3 static void togglewin(const Arg *arg);
      4 static Client * prevtiled(Client *c);
      5 static void showhideclient(const Arg *arg);
      6 static void unhideall(const Arg *arg);
      7