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 /ratdm | |
| parent | c89bde0eda904dd4b0fce455526c2a035dff2440 (diff) | |
I don't use ratpoison anymore
Diffstat (limited to 'ratdm')
| -rwxr-xr-x | ratdm | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -1,20 +0,0 @@ -#!/usr/bin/env sh - -font="DejaVu Sans Mono:size=18" -nb='#EAFFFF' -nf='black' -sb='grey' -sf='black' - -screen=$(ratpoison -c sdump | tr ',' '\n' | grep '1$') -s=$(echo "$screen" | cut -d ' ' -f 2) - -dmenu -p "Select >" -l 8 -m "$s" -sb "$sb" -sf "$sf" -nb "$nb" -nf "$nf" -fn "$font" -i "$@" - -#width=$(echo "$screen" | cut -d ' ' -f 5) -#height=$(echo "$screen" | cut -d ' ' -f 6) -#w=$((width/2)) -#x=$((width/4)) -#y=$((height/3)) -#dmenu -p "Select >" -l 16 -m "$s" -x "$x" -y "$y" -w "$w" -sb "$sb" -sf "$sf" -nb "$nb" -nf "$nf" -fn "$font" -i "$@" - |
