diff options
| author | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-05 21:50:51 +0200 |
|---|---|---|
| committer | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-05 21:50:51 +0200 |
| commit | f92c2d7834ce029a8b1a5f199296cba5e59342aa (patch) | |
| tree | 9d321d26a855612d391656b48c3dba2881352a60 /ratws | |
| parent | 721668ea57fda4254ceee9146c6b6bee470b3fc6 (diff) | |
Recent alterations
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) if [ -n "$sel" ]; then |
