mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
change: correct dispatch name minized to minimized,restore_minized to restore_minimized
This commit is contained in:
parent
c7b0e2e6c8
commit
ace0993662
6 changed files with 19 additions and 19 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue