dwm

dwm

https://git.tonybtw.com/dwm.git git://git.tonybtw.com/dwm.git
264 bytes raw
1
--- dwm.c
2
+++ dwm.c
3
@@ -272,6 +277,7 @@ static Display *dpy;
4
 static Drw *drw;
5
 static Monitor *mons, *selmon;
6
 static Window root, wmcheckwin;
7
+unsigned int currentkey = 0;
8
 
9
 /* configuration, allows nested code to access above variables */
10
 #include "config.h"