about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--LICENSE1120log stats plain blame
-rw-r--r--Makefile1183log stats plain blame
-rw-r--r--README904log stats plain blame
-rw-r--r--TODO106log stats plain blame
-rw-r--r--bar.c1029log stats plain blame
-rw-r--r--client.c10655log stats plain blame
-rw-r--r--config.mk652log stats plain blame
-rw-r--r--dev.c4040log stats plain blame
-rw-r--r--draw.c3527log stats plain blame
-rw-r--r--dwm.11150log stats plain blame
-rw-r--r--dwm.h3565log stats plain blame
-rw-r--r--dwm.html3915log stats plain blame
-rw-r--r--dwm.png387log stats plain blame
-rw-r--r--event.c4079log stats plain blame
-rw-r--r--main.c7263log stats plain blame
-rw-r--r--util.c1022log stats plain blame
, XK_4, view, { .i = 3 } }, \ { MODKEY, XK_5, view, { .i = 4 } }, \ { MODKEY|ControlMask, XK_1, toggleview, { .i = 0 } }, \ { MODKEY|ControlMask, XK_2, toggleview, { .i = 1 } }, \ { MODKEY|ControlMask, XK_3, toggleview, { .i = 2 } }, \ { MODKEY|ControlMask, XK_4, toggleview, { .i = 3 } }, \ { MODKEY|ControlMask, XK_5, toggleview, { .i = 4 } }, \ { MODKEY|ShiftMask, XK_q, quit, { 0 } }, \ }; /* Query class:instance:title for regex matching info with following command: * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ { "Firefox.*", "2", False }, \ { "Gimp.*", NULL, True}, \ };