diff options
| author | tslil clingman <> | 2019-02-02 22:11:07 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2019-02-02 22:11:07 -0500 |
| commit | 893ceb06cb5b1745dde71d9880b519a8d9503a4e (patch) | |
| tree | 8ea253bab1582af3e72773d207527ded7b119b86 /ratws | |
| parent | c89bde0eda904dd4b0fce455526c2a035dff2440 (diff) | |
I don't use ratpoison anymore
Diffstat (limited to 'ratws')
| -rwxr-xr-x | ratws | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,10 +0,0 @@ -#!/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) -if [ -n "$sel" ]; then - ratpoison -c "select $sel" -fi; |
