From e6b0bc835fdc3eecc6ca8c78f852be17ed106d4a Mon Sep 17 00:00:00 2001 From: 0scar Date: Wed, 1 Mar 2023 11:43:12 +0100 Subject: Patch: center Source: https://github.com/djpohly/dwl/compare/main...dm1tz:04-center.patch --- config.def.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 6489de3..3a1d088 100644 --- a/config.def.h +++ b/config.def.h @@ -29,13 +29,13 @@ static int log_level = WLR_ERROR; /* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */ #define TAG(t) (1 << (t - 1)) static const Rule rules[] = { - /* app_id title tags mask isfloating isterm noswallow monitor scratchkey */ + /* app_id title tags mask iscentered isfloating isterm noswallow monitor scratchkey */ /* examples: */ - { "Gimp", NULL, TAG(9), 1, 0, 0, -1, 0 }, /* Start on currently visible tags floating, not tiled */ - { "firefox", NULL, TAG(2), 0, 0, 0, -1, 0 }, /* Start on ONLY tag "9" */ - { TERMINAL, NULL, 0, 0, 1, 1, -1, 0 }, /* Start on ONLY tag "9" */ - { NULL, "scratchpad", 0, 1, 1, 1, -1, 's' }, /* Used for terminal scratchpad */ - { NULL, "spadcalc", 0, 1, 1, 0, -1, 'c' }, /* Used for terminal scratchpad */ + { "Gimp", NULL, TAG(9), 0, 1, 0, 0, -1, 0 }, /* Start on currently visible tags floating, not tiled */ + { "firefox", NULL, TAG(2), 0, 0, 0, 0, -1, 0 }, /* Start on ONLY tag "9" */ + { TERMINAL, NULL, 0, 0, 0, 1, 1, -1, 0 }, /* Start on ONLY tag "9" */ + { NULL, "scratchpad", 0, 1, 1, 1, 1, -1, 's' }, /* Used for terminal scratchpad */ + { NULL, "spadcalc", 0, 1, 1, 1, 0, -1, 'c' }, /* Used for terminal scratchpad */ }; #undef TAG -- cgit v1.3