diff --git a/config.def.h b/config.def.h index 25eac8d..be72c10 100644 --- a/config.def.h +++ b/config.def.h @@ -47,12 +47,12 @@ static const char *kblayout_cmd[] = {"pkill", "-RTMIN+1", "someblocks", NULL}; */ static const Rule rules[] = { - /* app_id title tags mask isfloating monitor */ + /* app_id title tags mask isfloating monitor */ /* examples: - { "Gimp", NULL, 0, 1, -1 }, + { "Gimp", NULL, 0, 1, -1 }, */ - { "corectrl", NULL, 1 << 5, 0, -1 }, - { NULL, "Save File",0, 1, -1 }, + { "corectrl", NULL, 1 << 5, 0, -1 }, + { NULL, "Save File", 0, 1, -1 }, }; /* layout(s) */