aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/hyprctl-zoom-daemon.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hyprctl-zoom-daemon.sh b/bin/hyprctl-zoom-daemon.sh
index 7752279..3cc4ac8 100755
--- a/bin/hyprctl-zoom-daemon.sh
+++ b/bin/hyprctl-zoom-daemon.sh
@@ -26,11 +26,11 @@ do
case $message in
plus)
izoom
- hyprctl keyword misc:cursor_zoom_factor $zoom
+ hyprctl keyword cursor:zoom_factor $zoom
;;
minus)
dzoom
- hyprctl keyword misc:cursor_zoom_factor $zoom
+ hyprctl keyword cursor:zoom_factor $zoom
;;
*)
echo "Invalid message received"