diff options
| author | mac <ra@afu.re> | 2025-08-28 12:00:56 -0400 |
|---|---|---|
| committer | mac <ra@afu.re> | 2025-08-28 12:00:56 -0400 |
| commit | 90644183b6b0317a7ef4024e0e1da8d531214287 (patch) | |
| tree | e29000a20a993fde7e4c1beee5145da0487a2913 | |
| parent | c3cb0e69410e01ba19fb4b28d1142ad98019a477 (diff) | |
testing namedscratchpad patch...
| -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 3888580..17b350f 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" */ - { NULL, "scratchpad", 0, 1, 1, 0, -1, 's'}, + { "scratchpad", "scratchpad", 0, 1, 1, 0, -1, 's'}, }; /* layout(s) */ |
