diff options
author | zachir <zachir@librem.one> | 2025-07-13 17:18:49 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-13 17:18:49 -0500 |
commit | a413b06132dc533345ffb67c91378571f764ee3b (patch) | |
tree | 29465cf1341aaefa7cfee57d36732403886d9adf /lf | |
parent | 73bd0c98ba6add65e1bb8828d521b70eea393e42 (diff) | |
parent | b66538e421e6025d8d8314b28b5c27e315c4f9d7 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'lf')
-rwxr-xr-x | lf/image | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,9 +7,10 @@ main() { > "$FIFO_UEBERZUG" ;; "draw") - declare -p -A cmd=([action]=add [identifier]="$ID_PREVIEW" \ - [x]="$3" [y]="$4" [max_width]="$5" [max_height]="$6" \ - [path]="$2") > "$FIFO_UEBERZUG" + kitten icat --stdin no --transfer-mode memory --place"${5}x${6}@${3}x${4}" "$1" /dev/tty + #declare -p -A cmd=([action]=add [identifier]="$ID_PREVIEW" \ + #[x]="$3" [y]="$4" [max_width]="$5" [max_height]="$6" \ + #[path]="$2") > "$FIFO_UEBERZUG" ;; "*") echo "Unknown command: '$1', '$2'" ;; esac |