mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
merge in latest commits
This commit is contained in:
parent
79ffea328c
commit
65ace5dec5
74 changed files with 144 additions and 144 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "commands.h"
|
||||
#include "container.h"
|
||||
#include "focus.h"
|
||||
#include "sway/commands.h"
|
||||
#include "sway/container.h"
|
||||
#include "sway/focus.h"
|
||||
|
||||
struct cmd_results *cmd_kill(int argc, char **argv) {
|
||||
if (config->reading) return cmd_results_new(CMD_FAILURE, "kill", "Can't be used in config file.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue