aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-08-09 23:28:58 +0100
committerLeonardo Bishop <me@leonardobishop.com>2024-08-09 23:28:58 +0100
commitaf2b0f9c9f58ad81e69e0d51dc431132b6cd90e1 (patch)
tree8b6193c6c5cb7528803694948cb762be74466fe3
parente0f624d213cbca99ac5ffdb4c462080743ce0577 (diff)
Fix zoomd to use new hyprctl syntax
-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"