Adding tagpreview patch (#271)

This commit is contained in:
Stein Gunnar Bakkeby
2022-07-05 14:55:42 +02:00
committed by GitHub
parent 20692bea01
commit 5f7df0b0dc
13 changed files with 296 additions and 32 deletions

4
patch/bar_tagpreview.h Normal file
View File

@@ -0,0 +1,4 @@
static void showtagpreview(int tag, int x, int y);
static void hidetagpreview(Monitor *m);
static void tagpreviewswitchtag(void);
static void updatepreview(void);