mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
6 lines
140 B
C
6 lines
140 B
C
#include <time.h>
|
|
|
|
static void drawtab(int nwins, int first, Monitor *m);
|
|
static void alttabstart(const Arg *arg);
|
|
static void alttabend();
|