From 5f2dbebf65dc5a2e528072a8eb0bac524d86257d Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 29 Jan 2020 16:09:39 +0100 Subject: Replace termify with swx Make swq match app_ids using jq's test() which allows "fuzzy" matching --- bin/termify | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 bin/termify (limited to 'bin/termify') diff --git a/bin/termify b/bin/termify deleted file mode 100755 index 4778470..0000000 --- a/bin/termify +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -arg0=$(basename $1 || echo $1) - -case "$TERM" in - alacritty) args="--title='$arg0' --class='$arg0' --command" ;; - *) args="" ;; -esac - -exec $TERM $args $@ & -- cgit 1.4.1