You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _SWAY_LAUNCHER_H
|
|
#define _SWAY_LAUNCHER_H
|
|
|
|
#include <stdlib.h>
|
|
|
|
struct sway_workspace *workspace_for_pid(pid_t pid);
|
|
|
|
void launcher_ctx_create(pid_t pid);
|
|
|
|
void remove_workspace_pid(pid_t pid);
|
|
|
|
#endif
|