aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl/main.cpp
diff options
context:
space:
mode:
authorFelix Dick <[email protected]>2022-09-25 20:07:48 +0200
committerFelix Dick <[email protected]>2022-09-25 20:07:48 +0200
commitbf3f519eb76bfa8d5f7d71f882b7b803c699aee1 (patch)
tree77126f8d49917fc0bcd44af7859e88fb88d7bfaa /hyprctl/main.cpp
parent190229942f60ea5b8905a673ddea44c05da14de3 (diff)
downloadHyprland-bf3f519eb76bfa8d5f7d71f882b7b803c699aee1.tar.gz
Hyprland-bf3f519eb76bfa8d5f7d71f882b7b803c699aee1.zip
Remove trailing whitespace.
Diffstat (limited to 'hyprctl/main.cpp')
-rw-r--r--hyprctl/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/hyprctl/main.cpp b/hyprctl/main.cpp
index 3fb99aef..d407f206 100644
--- a/hyprctl/main.cpp
+++ b/hyprctl/main.cpp
@@ -19,7 +19,7 @@
#include <deque>
const std::string USAGE = R"#(usage: hyprctl [(opt)flags] [command] [(opt)args]
-
+
commands:
monitors
workspaces
@@ -36,7 +36,7 @@ commands:
reload
setcursor
getoption
-
+
flags:
-j -> output in JSON
--batch -> execute a batch of commands, separated by ';'
@@ -198,7 +198,7 @@ void setcursorRequest(int argc, char** argv) {
void batchRequest(std::string arg) {
std::string rq = "[[BATCH]]" + arg.substr(arg.find_first_of(" ") + 1);
-
+
request(rq);
}