From cf3eefda31e98d4725a64000861a388ba7708c62 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 21 Jul 2021 15:53:52 +0300 Subject: feat!: move to GNU Stow, remove wiki --- scripts/.local/bin/tmux-kill-menu.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/.local/bin/tmux-kill-menu.sh (limited to 'scripts/.local/bin/tmux-kill-menu.sh') diff --git a/scripts/.local/bin/tmux-kill-menu.sh b/scripts/.local/bin/tmux-kill-menu.sh new file mode 100755 index 0000000..e910a4d --- /dev/null +++ b/scripts/.local/bin/tmux-kill-menu.sh @@ -0,0 +1,2 @@ +#!/bin/sh +tmux ls -F "#{session_name}" | dmenu -l 10 | xargs tmux kill-session -t -- cgit v1.2.3