aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/desktop/launcher.h
blob: cb22eb9809e560d1e45df274d39b2e9dd77951ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _SWAY_LAUNCHER_H
#define _SWAY_LAUNCHER_H

#include <stdlib.h>

struct sway_workspace *root_workspace_for_pid(pid_t pid);

void root_record_workspace_pid(pid_t pid);

void root_remove_workspace_pid(pid_t pid);

void root_rename_pid_workspaces(const char *old_name, const char *new_name);

#endif