diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 17:52:21 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:21 +0100 |
| commit | 273f57260449a8247eb1e7ca640dba6af8a90ad2 (patch) | |
| tree | 14d364dbe3c8eb7599f802a61e1f617ddfcdf111 /bin/fs | |
| parent | 7a7ef68421ceb67642560ee00d0c51301934f3c0 (diff) | |
bin: drop some scripts
chrome-extension-dl fs kp mesoninit once open wsudo
Diffstat (limited to 'bin/fs')
| -rwxr-xr-x | bin/fs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/fs b/bin/fs deleted file mode 100755 index 0586ab5..0000000 --- a/bin/fs +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -set -e - -dir=$(readlink -f -- "$1" || pwd) - -# _rect=$(swq current output-full | jq -r '.rect') -# w=$(echo "${_rect}" | jq -r '.width * 0.6') -# h=$(echo "${_rect}" | jq -r '.height * 0.6') -# x=$(echo "${_rect}" | jq -r "((.width - ${w}) / 2) + .x") -# y=$(echo "${_rect}" | jq -r "((.height - ${h}) / 2) + .y") - -echo "$dir" -# exec swx -t -g "${x},${y} ${w}x${h}" fzfez fd -a -p "${dir}" -exec swx -t -F 0.6 fzfez fd -a -p "${dir}" |