aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-01-25 15:16:28 +0000
committervaxerski <[email protected]>2023-01-25 15:16:28 +0000
commit9813ba2f567a2e489b95bf15168cdcd26a31bec9 (patch)
tree654d8282f73f6bfea95f4626c1b61baa4ee97ec9 /hyprctl
parent12e293e3092b03dbb9d82e7a749f482ef2b7ea6e (diff)
downloadHyprland-9813ba2f567a2e489b95bf15168cdcd26a31bec9.tar.gz
Hyprland-9813ba2f567a2e489b95bf15168cdcd26a31bec9.zip
Add hyprctl animations
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/hyprctl/main.cpp b/hyprctl/main.cpp
index 37534329..fd2a5b08 100644
--- a/hyprctl/main.cpp
+++ b/hyprctl/main.cpp
@@ -341,6 +341,8 @@ int main(int argc, char** argv) {
request(fullRequest);
else if (fullRequest.contains("/cursorpos"))
request(fullRequest);
+ else if (fullRequest.contains("/animations"))
+ request(fullRequest);
else if (fullRequest.contains("/switchxkblayout"))
request(fullRequest, 2);
else if (fullRequest.contains("/seterror"))