X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/f3016cb8be4ed2ea7a5bdd7024adc3296df8d03d..HEAD:/config.def.h?ds=sidebyside diff --git a/config.def.h b/config.def.h index df4b78e..6fe27d2 100644 --- a/config.def.h +++ b/config.def.h @@ -93,13 +93,13 @@ ResourcePref resources[] = { { "foreground", STRING, &selfgcolor }, { "background", STRING, &normbordercolor }, { "systemColor", STRING, &selbordercolor }, - { "borderpx", INTEGER, &borderpx }, - { "snap", INTEGER, &snap }, - { "showbar", INTEGER, &showbar }, - { "topbar", INTEGER, &topbar }, - { "nmaster", INTEGER, &nmaster }, - { "resizehints", INTEGER, &resizehints }, - { "mfact", FLOAT, &mfact }, + { "borderpx", INTEGER, &borderpx }, + { "snap", INTEGER, &snap }, + { "showbar", INTEGER, &showbar }, + { "topbar", INTEGER, &topbar }, + { "nmaster", INTEGER, &nmaster }, + { "resizehints", INTEGER, &resizehints }, + { "mfact", FLOAT, &mfact }, };