mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-12 23:05:59 +01:00
update hyprctl help
This commit is contained in:
parent
bca93f4d3c
commit
4bea3467e0
1 changed files with 7 additions and 2 deletions
|
@ -15,8 +15,9 @@
|
|||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
const std::string USAGE = R"#(usage: hyprctl [command] [(opt)args]
|
||||
const std::string USAGE = R"#(usage: hyprctl [(opt)flag] [command] [(opt)args]
|
||||
|
||||
commands:
|
||||
monitors
|
||||
workspaces
|
||||
clients
|
||||
|
@ -29,7 +30,11 @@ const std::string USAGE = R"#(usage: hyprctl [command] [(opt)args]
|
|||
kill
|
||||
splash
|
||||
hyprpaper
|
||||
reload)#";
|
||||
reload
|
||||
|
||||
flags:
|
||||
-j -> output in JSON
|
||||
)#";
|
||||
|
||||
void request(std::string arg) {
|
||||
const auto SERVERSOCKET = socket(AF_UNIX, SOCK_STREAM, 0);
|
||||
|
|
Loading…
Reference in a new issue