From 977a459ddaa33a856255be9c15464f0a5937c06c Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 19 Feb 2024 22:32:41 +0000 Subject: Add scripts to repo --- bin/hyprctl-zoom.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 bin/hyprctl-zoom.sh (limited to 'bin/hyprctl-zoom.sh') diff --git a/bin/hyprctl-zoom.sh b/bin/hyprctl-zoom.sh new file mode 100755 index 0000000..5970ec0 --- /dev/null +++ b/bin/hyprctl-zoom.sh @@ -0,0 +1,15 @@ +#/bin/bash + +case $1 in + i) + echo "plus" | nc -NU /tmp/hyprctl-zoom.sock + ;; + d) + echo "minus" | nc -NU /tmp/hyprctl-zoom.sock + ;; + *) + echo "Usage: $0 [id]" + exit 1 + ;; +esac + -- cgit v1.2.3-70-g09d2