Add gaps to grid layout

This commit is contained in:
2023-03-08 11:56:27 +05:00
parent 5ffeb2af73
commit 513ae0cc68
4 changed files with 7 additions and 7 deletions

4
dwm.c
View File

@@ -133,10 +133,10 @@ struct Monitor {
int nmaster;
int num;
int by; /* bar geometry */
int eby; /* bar geometry */
int eby; /* bar geometry */
int mx, my, mw, mh; /* screen size */
int wx, wy, ww, wh; /* window area */
int gappx;
int gappx;
unsigned int seltags;
unsigned int sellt;
unsigned int tagset[2];