summaryrefslogtreecommitdiff
path: root/ratws
blob: af49cd386d390b438a0aa73b81b96f54244cfee1 (plain)
1
2
3
4
5
6
7
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)')
[ -z $w ] && exit
sel=$(echo "$w" | ratdm -p ${p:-All}' >' | cut -d ' ' -f 1)
[ -n $sel ] && ratpoison -c "select $sel" || true