hyprctl/layers: print pid for layershell clients (#9468)
Adds a `getPID()` fn to layershell to print it in `hyprctl layers`
This commit is contained in:
parent
6787fe8933
commit
01f4074421
3 changed files with 20 additions and 4 deletions
|
|
@ -61,6 +61,8 @@ class CLayerSurface {
|
|||
std::string szNamespace = "";
|
||||
UP<CPopup> popupHead;
|
||||
|
||||
pid_t getPID();
|
||||
|
||||
void onDestroy();
|
||||
void onMap();
|
||||
void onUnmap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue