X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/46d5f9d1bfd8caaabaabfb7c7e5eac269aff4987..3aff96177cff61b61509540eb02cc38c4a59eb1e:/config.default.h?ds=sidebyside diff --git a/config.default.h b/config.default.h index acacfdc..077c337 100644 --- a/config.default.h +++ b/config.default.h @@ -17,13 +17,13 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL }; #define STATUSBGCOLOR "#dddddd" #define STATUSFGCOLOR "#222222" -#define MASTER 600 /* per thousand */ +#define MASTER 600 /* per thousand */ #define MODKEY Mod1Mask -#define SNAP 20 /* pixel */ +#define SNAP 20 /* pixel */ #define KEYS \ static Key key[] = { \ - /* modifier key function arguments */ \ + /* modifier key function argument */ \ { MODKEY|ShiftMask, XK_Return, spawn, { .cmd = "exec xterm" } }, \ { MODKEY, XK_Tab, focusnext, { 0 } }, \ { MODKEY|ShiftMask, XK_Tab, focusprev, { 0 } }, \