mirror of
https://github.com/swaywm/sway.git
synced 2025-11-16 06:59:49 -05:00
Merge branch 'master' into cmd-swap
This commit is contained in:
commit
8fda41dab5
12 changed files with 185 additions and 76 deletions
|
|
@ -18,6 +18,7 @@ struct criteria {
|
|||
char *target; // workspace or output name for `assign` criteria
|
||||
|
||||
pcre *title;
|
||||
pcre *shell;
|
||||
pcre *app_id;
|
||||
pcre *class;
|
||||
pcre *instance;
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ const char *view_get_window_role(struct sway_view *view);
|
|||
|
||||
uint32_t view_get_window_type(struct sway_view *view);
|
||||
|
||||
const char *view_get_type(struct sway_view *view);
|
||||
const char *view_get_shell(struct sway_view *view);
|
||||
|
||||
void view_configure(struct sway_view *view, double ox, double oy, int width,
|
||||
int height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue