mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
launcher: export xdga tokens and use them for workspace matching
This commit is contained in:
parent
bdeb9f9565
commit
30ad4dc4a5
4 changed files with 38 additions and 2 deletions
|
@ -9,6 +9,8 @@ struct launcher_ctx {
|
|||
struct wlr_xdg_activation_token_v1 *token;
|
||||
struct wl_listener token_destroy;
|
||||
|
||||
bool activated;
|
||||
|
||||
struct sway_node *node;
|
||||
struct wl_listener node_destroy;
|
||||
|
||||
|
@ -25,4 +27,6 @@ void launcher_ctx_destroy(struct launcher_ctx *ctx);
|
|||
|
||||
struct launcher_ctx *launcher_ctx_create(void);
|
||||
|
||||
const char *launcher_ctx_get_token_name(struct launcher_ctx *ctx);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue