summaryrefslogtreecommitdiff
path: root/ratws
diff options
context:
space:
mode:
Diffstat (limited to 'ratws')
-rwxr-xr-xratws4
1 files changed, 2 insertions, 2 deletions
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