added 2 more hyprctl commands
This commit is contained in:
parent
7b612b46b8
commit
8a8b26a635
2 changed files with 50 additions and 2 deletions
|
|
@ -105,6 +105,8 @@ int main(int argc, char** argv) {
|
|||
if (!strcmp(argv[1], "monitors")) request("monitors");
|
||||
else if (!strcmp(argv[1], "clients")) request("clients");
|
||||
else if (!strcmp(argv[1], "workspaces")) request("workspaces");
|
||||
else if (!strcmp(argv[1], "activewindow")) request("activewindow");
|
||||
else if (!strcmp(argv[1], "layers")) request("layers");
|
||||
else {
|
||||
printf(USAGE.c_str());
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue