aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hyprctl/main.cpp')
-rw-r--r--hyprctl/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/hyprctl/main.cpp b/hyprctl/main.cpp
index 2f0e08ed..7285f5b8 100644
--- a/hyprctl/main.cpp
+++ b/hyprctl/main.cpp
@@ -31,6 +31,7 @@ commands:
binds
clients
cursorpos
+ decorations
devices
dispatch
getoption
@@ -423,6 +424,8 @@ int main(int argc, char** argv) {
request(fullRequest, 1);
else if (fullRequest.contains("/keyword"))
request(fullRequest, 2);
+ else if (fullRequest.contains("/decorations"))
+ request(fullRequest, 1);
else if (fullRequest.contains("/hyprpaper"))
requestHyprpaper(fullRequest);
else if (fullRequest.contains("/layouts"))