X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/46d5f9d1bfd8caaabaabfb7c7e5eac269aff4987..e06447ee88154a4acdde518299a32b083e3fbcba:/config.arg.h?ds=sidebyside diff --git a/config.arg.h b/config.arg.h index e6ea4ea..ee63eb1 100644 --- a/config.arg.h +++ b/config.arg.h @@ -17,13 +17,13 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define STATUSBGCOLOR "#222222" #define STATUSFGCOLOR "#99ccff" -#define MASTER 600 /* per thousand */ +#define MASTER 600 /* per thousand */ #define MODKEY Mod1Mask -#define SNAP 40 /* pixel */ +#define SNAP 40 /* pixel */ #define KEYS \ static Key key[] = { \ - /* modifier key function arguments */ \ + /* modifier key function argument */ \ { MODKEY|ShiftMask, XK_Return, spawn, \ { .cmd = "exec urxvtc -tr -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ { MODKEY, XK_p, spawn, \