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