mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-10 04:27:57 -05:00
feat: add setoption dispatch to allow change option by mmsg
This commit is contained in:
parent
96d5143f4c
commit
0419a00e0b
3 changed files with 81 additions and 18 deletions
|
|
@ -1353,3 +1353,9 @@ void zoom(const Arg *arg) {
|
|||
focusclient(sel, 1);
|
||||
arrange(selmon, false);
|
||||
}
|
||||
|
||||
void setoption(const Arg *arg) {
|
||||
parse_option(&config, arg->v, arg->v2);
|
||||
override_config();
|
||||
reset_option();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue