diff options
Diffstat (limited to 'hypr/hypr-zoom/exec.sh')
| -rwxr-xr-x | hypr/hypr-zoom/exec.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hypr/hypr-zoom/exec.sh b/hypr/hypr-zoom/exec.sh deleted file mode 100755 index d83b73e..0000000 --- a/hypr/hypr-zoom/exec.sh +++ /dev/null @@ -1,8 +0,0 @@ -file="~/.config/hypr/hypr-zoom/hypr-zoom" -if [ -f "$file" ]; then - ./hypr-zoom -duration=10 -steps=50 -interp=Linear -else - cd ~/.config/hypr/hypr-zoom/ - go build -o hypr-zoom - ./hypr-zoom -duration=10 -steps=50 -interp=Linear -fi |
