summaryrefslogtreecommitdiff
path: root/ratws
diff options
context:
space:
mode:
authorTslil Clingman <hiato1@gmail.com>2015-06-17 21:59:14 +0200
committerTslil Clingman <hiato1@gmail.com>2015-06-17 21:59:14 +0200
commitaab74a4002f5154ee117bc38a2481be0ab710e1e (patch)
tree0ecbd29515e902c0e36b07f2363f2337db57cc20 /ratws
parenteb393abbcd6c3913701fdb8f7919ae663cec1e04 (diff)
parent4b9bca8485bda63c9fdd90df0a4d5311c3fd7be8 (diff)
Merge branch 'master' of github.com:tslilc/scripts
Diffstat (limited to 'ratws')
-rwxr-xr-xratws4
1 files changed, 2 insertions, 2 deletions
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