aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/desktop/launcher.h
blob: 7802bee15b9ca060901a70ed31a8a9e0623e841f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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