about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.hgtags1127log stats plain blame
-rw-r--r--LICENSE1192log stats plain blame
-rw-r--r--Makefile1542log stats plain blame
-rw-r--r--README1088log stats plain blame
-rw-r--r--client.c9077log stats plain blame
-rw-r--r--config.arg.h2747log stats plain blame
-rw-r--r--config.default.h2723log stats plain blame
-rw-r--r--config.mk472log stats plain blame
-rw-r--r--draw.c5027log stats plain blame
-rw-r--r--dwm.13514log stats plain blame
-rw-r--r--dwm.h7590log stats plain blame
-rw-r--r--dwm.png373log stats plain blame
-rw-r--r--event.c8320log stats plain blame
-rw-r--r--main.c8162log stats plain blame
-rw-r--r--tag.c2423log stats plain blame
-rw-r--r--util.c1219log stats plain blame
-rw-r--r--view.c4455log stats plain blame
ggleview, { .i = 1 } }, \ { MODKEY|ControlMask, XK_3, toggleview, { .i = 2 } }, \ { MODKEY|ControlMask, XK_4, toggleview, { .i = 3 } }, \ { MODKEY|ShiftMask, XK_q, quit, { 0 } }, \ }; #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ { "Firefox.*", "net", False }, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \ { "Acroread.*", NULL, True}, \ };