mirror of
https://github.com/swaywm/sway.git
synced 2025-12-20 08:56:35 -05:00
Revert "new_workspace null behavior + testmap functions + regex"
This reverts commit e1d18e42a8.
Fixes #180
cc @taiyu-len
This commit is contained in:
parent
9c8f1fb964
commit
e505abfe75
12 changed files with 374 additions and 585 deletions
|
|
@ -63,10 +63,6 @@ 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