From 893ceb06cb5b1745dde71d9880b519a8d9503a4e Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sat, 2 Feb 2019 22:11:07 -0500 Subject: I don't use ratpoison anymore --- ratws | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 ratws (limited to 'ratws') diff --git a/ratws b/ratws deleted file mode 100755 index 1c093a8..0000000 --- a/ratws +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env sh - -w=$(ratpoison -c windows) -#[ "$1" = "-s" ] && p="Tab" && w=$(echo "$w" | grep '(surf)') -#[ "$1" = "-w" ] && p="Windows" && w=$(echo "$w" | grep -v '(surf)') -[ -z "$w" ] && exit -sel=$(echo "$w" | ratdm -p ${p:-All}' >' | cut -d ' ' -f 1) -if [ -n "$sel" ]; then - ratpoison -c "select $sel" -fi; -- cgit v1.2.3