change: correct dispatch name minized to minimized,restore_minized to restore_minimized

This commit is contained in:
DreamMaoMao 2025-09-05 14:22:10 +08:00
parent c7b0e2e6c8
commit ace0993662
6 changed files with 19 additions and 19 deletions

View file

@ -387,7 +387,7 @@ void resizewin(const Arg *arg) {
c->oldgeom = c->geom;
resize(c, c->geom, 0);
}
void restore_minized(const Arg *arg) {
void restore_minimized(const Arg *arg) {
Client *c;
if (selmon && selmon->sel && selmon->sel->is_in_scratchpad &&
selmon->sel->is_scratchpad_show) {
@ -1029,7 +1029,7 @@ void toggle_scratchpad(const Arg *arg) {
}
if (single_scratchpad && c->isnamedscratchpad && !c->isminied) {
set_minized(c);
set_minimized(c);
continue;
}