qs: update

This commit is contained in:
2026-03-08 03:30:05 +01:00
parent ad6486c141
commit 0d13a02e29
11 changed files with 196 additions and 141 deletions
+2 -13
View File
@@ -1,14 +1,3 @@
#!/usr/bin/env bash
#!/bin/sh
# Description:
# Wrapper for fzfclip to ensure only one instance is
# running and to launch it in terminal.
exec {LOCK_FD}>/tmp/"$(basename "$0")".lock
flock -n "$LOCK_FD" || {
echo "Another instance is running. Exiting." >&2
exit 1
}
wezterm start -- fzfclip "$@" {LOCK_FD}>&-
wezterm start -- fzfclip "$@"