From 5252d5e19e0397a93c9686698961c9e9754370fe Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:54:01 +0100 Subject: chore: remove X11-only scripts replaced by sway/wayland - input-setup: replaced by sway input blocks - display-setup: replaced by sway output config + display-toggle.sh - launch-polybar: replaced by waybar - locknpause: replaced by swaylock - vibe: removed (xclip + xdotool, no wayland use case) - automute: removed (xdotool focus tracking, no wayland use case) --- home/.local/bin/vibe | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 home/.local/bin/vibe (limited to 'home/.local/bin/vibe') diff --git a/home/.local/bin/vibe b/home/.local/bin/vibe deleted file mode 100755 index b3bbd42..0000000 --- a/home/.local/bin/vibe +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env sh - -output_file=$(mktemp) -model_path="/usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin" -whisper-stream --model "$model_path" --threads 16 -f "$output_file" & -pid="$!" - -while [ ! -s "$FILE" ]; do - sleep 0.1 -done - -read -r line < "$output_file" -kill "$pid" -printf '%s' "$line" | xclip -selection clipboard -f -xdotool type "$line" -- cgit v1.2.3-70-g09d2