summaryrefslogtreecommitdiff
path: root/ratws
diff options
context:
space:
mode:
authorTslil Clingman <tslil.clingman@gmail.com>2015-06-13 23:16:14 +0200
committerTslil Clingman <tslil.clingman@gmail.com>2015-06-13 23:16:14 +0200
commit93d5703b12e8c5ca2043f871c60fea6b8d0ca69a (patch)
treea1625e712f0ab06c19bc1546ab74d591cefbc105 /ratws
parent7f55198d9c0a2f8b6a61d8c596c89e502f491fe1 (diff)
Volume script and colour scheme
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