diff options
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 17b350f..bdd386d 100644 --- a/config.def.h +++ b/config.def.h @@ -36,7 +36,7 @@ static const Rule rules[] = { { "foot", NULL, 0, 0, 1, 1, -1, 0 }, { "Gimp_EXAMPLE", NULL, 0, 1, 0, 0, -1, 0 }, /* Start on currently visible tags floating, not tiled */ { "firefox_EXAMPLE", NULL, 1 << 8, 0, 0, 0, -1, 0 }, /* Start on ONLY tag "9" */ - { "scratchpad", "scratchpad", 0, 1, 1, 0, -1, 's'}, + { "foot", "scratchpad", 0, 1, 1, 0, -1, 's'}, }; /* layout(s) */ |
