diff options
| author | Tslil Clingman <tslil.clingman@gmail.com> | 2015-06-13 23:16:14 +0200 |
|---|---|---|
| committer | Tslil Clingman <tslil.clingman@gmail.com> | 2015-06-13 23:16:14 +0200 |
| commit | 93d5703b12e8c5ca2043f871c60fea6b8d0ca69a (patch) | |
| tree | a1625e712f0ab06c19bc1546ab74d591cefbc105 /ratws | |
| parent | 7f55198d9c0a2f8b6a61d8c596c89e502f491fe1 (diff) | |
Volume script and colour scheme
Diffstat (limited to 'ratws')
| -rwxr-xr-x | ratws | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
