mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-02 09:01:43 -05:00
fix: miss apply gap change when use keybind to change gap value
This commit is contained in:
parent
81d3caf63e
commit
4738fe02c2
3 changed files with 32 additions and 27 deletions
|
|
@ -1783,6 +1783,10 @@ void reload_config(const Arg *arg) {
|
|||
m->pertag->nmasters[i] = default_nmaster;
|
||||
m->pertag->mfacts[i] = default_mfact;
|
||||
m->pertag->smfacts[i] = default_smfact;
|
||||
m->gappih = gappih;
|
||||
m->gappiv = gappiv;
|
||||
m->gappoh = gappoh;
|
||||
m->gappov = gappov;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue