mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-08 13:29:56 -05:00
opt: optimize minimize logic
This commit is contained in:
parent
74b887011d
commit
394e32dabd
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