aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/desktop/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/desktop/launcher.h')
-rw-r--r--include/sway/desktop/launcher.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/sway/desktop/launcher.h b/include/sway/desktop/launcher.h
new file mode 100644
index 00000000..cb22eb98
--- /dev/null
+++ b/include/sway/desktop/launcher.h
@@ -0,0 +1,14 @@
1#ifndef _SWAY_LAUNCHER_H
2#define _SWAY_LAUNCHER_H
3
4#include <stdlib.h>
5
6struct sway_workspace *root_workspace_for_pid(pid_t pid);
7
8void root_record_workspace_pid(pid_t pid);
9
10void root_remove_workspace_pid(pid_t pid);
11
12void root_rename_pid_workspaces(const char *old_name, const char *new_name);
13
14#endif