feat: add setoption dispatch to allow change option by mmsg
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user