mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
rename config apply cmds
This commit is contained in:
parent
f4a5a0ead4
commit
f16aa3c0ad
20 changed files with 37 additions and 22 deletions
|
@ -1,5 +1,6 @@
|
|||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include "sway/config.h"
|
||||
#include "sway/commands.h"
|
||||
#include "sway/input/input-manager.h"
|
||||
#include "log.h"
|
||||
|
@ -30,6 +31,6 @@ struct cmd_results *input_cmd_events(int argc, char **argv) {
|
|||
"Expected 'events <enabled|disabled|disabled_on_external_mouse>'");
|
||||
}
|
||||
|
||||
input_cmd_apply(new_config);
|
||||
apply_input_config(new_config);
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue