mirror of
https://github.com/swaywm/sway.git
synced 2025-12-17 08:56:35 -05:00
new_workspace null behavior + testmap functions + regex
This commit is contained in:
parent
f5343adae4
commit
e1d18e42a8
12 changed files with 581 additions and 370 deletions
|
|
@ -63,6 +63,10 @@ bool load_config(const char *file);
|
|||
bool read_config(FILE *file, bool is_active);
|
||||
char *do_var_replacement(char *str);
|
||||
|
||||
// Find workspace_output from config by workspace or output name
|
||||
struct workspace_output *wsop_find_workspace(const char *);
|
||||
struct workspace_output *wsop_find_output(const char *);
|
||||
|
||||
extern struct sway_config *config;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue