This commit is contained in:
Alexander Bocken 2021-11-24 14:10:10 +01:00
parent 81d74ae4e4
commit 4f2ca2dcba
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

1
dwm.c
View File

@ -58,7 +58,6 @@
#define SPTAG(i) ((1 << LENGTH(tags)) << (i))
#define SPTAGMASK (((1 << LENGTH(scratchpads))-1) << LENGTH(tags))
#define TEXTW(X) (drw_fontset_getwidth(drw, (X)) + lrpad)
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* enums */
enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */