From f92c2d7834ce029a8b1a5f199296cba5e59342aa Mon Sep 17 00:00:00 2001 From: Tslil Clingman Date: Thu, 5 Jul 2018 21:50:51 +0200 Subject: Recent alterations --- ratws | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ratws') diff --git a/ratws b/ratws index 6dc09ce..1c093a8 100755 --- a/ratws +++ b/ratws @@ -1,8 +1,8 @@ #!/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)') +#[ "$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 -- cgit v1.2.3