mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-25 09:07:28 -04:00
Merge 7066ef2dc6 into 225fbda574
This commit is contained in:
commit
3bea272ae8
4 changed files with 41 additions and 10 deletions
|
|
@ -1042,6 +1042,10 @@ FuncType parse_func_name(char *func_name, Arg *arg, char *arg_value,
|
|||
} else if (strcmp(func_name, "setlayout") == 0) {
|
||||
func = setlayout;
|
||||
(*arg).v = strdup(arg_value);
|
||||
} else if (strcmp(func_name, "next_layout") == 0) {
|
||||
func = next_layout;
|
||||
} else if (strcmp(func_name, "previous_layout") == 0) {
|
||||
func = previous_layout;
|
||||
} else if (strcmp(func_name, "switch_layout") == 0) {
|
||||
func = switch_layout;
|
||||
} else if (strcmp(func_name, "togglefloating") == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue