summaryrefslogtreecommitdiff
path: root/ratdm
diff options
context:
space:
mode:
authortslil clingman <>2019-02-02 22:11:07 -0500
committertslil clingman <>2019-02-02 22:11:07 -0500
commit893ceb06cb5b1745dde71d9880b519a8d9503a4e (patch)
tree8ea253bab1582af3e72773d207527ded7b119b86 /ratdm
parentc89bde0eda904dd4b0fce455526c2a035dff2440 (diff)
I don't use ratpoison anymore
Diffstat (limited to 'ratdm')
-rwxr-xr-xratdm20
1 files changed, 0 insertions, 20 deletions
diff --git a/ratdm b/ratdm
deleted file mode 100755
index d9579d6..0000000
--- a/ratdm
+++ /dev/null
@@ -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 "$@"
-