From 93d5703b12e8c5ca2043f871c60fea6b8d0ca69a Mon Sep 17 00:00:00 2001 From: Tslil Clingman Date: Sat, 13 Jun 2015 23:16:14 +0200 Subject: Volume script and colour scheme --- ratws | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ratws') diff --git a/ratws b/ratws index 2e43904..af49cd3 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) [ -n $sel ] && ratpoison -c "select $sel" || true -- cgit v1.2.3