Adding alt-tab patch ref. #303

This commit is contained in:
bakkeby
2022-10-08 22:12:03 +02:00
parent 4912e3129a
commit cc58ad2ef4
9 changed files with 262 additions and 1 deletions

5
patch/alttab.h Normal file
View File

@ -0,0 +1,5 @@
#include <time.h>
static void drawtab(int nwins, int first, Monitor *m);
static void alttabstart(const Arg *arg);
static void alttabend();