mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-17 06:59:52 -05:00
opt: optimize minimize logic
This commit is contained in:
parent
33a1289813
commit
cd3689d557
2 changed files with 27 additions and 2 deletions
|
|
@ -389,6 +389,7 @@ void resizewin(const Arg *arg) {
|
|||
c->oldgeom = c->geom;
|
||||
resize(c, c->geom, 0);
|
||||
}
|
||||
|
||||
void restore_minimized(const Arg *arg) {
|
||||
Client *c;
|
||||
if (selmon && selmon->sel && selmon->sel->is_in_scratchpad &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue