summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/wmenu-run.sh11
-rwxr-xr-xbin/wmenu.sh6
2 files changed, 0 insertions, 17 deletions
diff --git a/bin/wmenu-run.sh b/bin/wmenu-run.sh
deleted file mode 100755
index 9f8bcd0..0000000
--- a/bin/wmenu-run.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-exec $(
- (IFS=:
- for p in $PATH; do
- ls 2>/dev/null -1 "$p"
- done
- ) | wmenu.sh -p "Run:"
-)
diff --git a/bin/wmenu.sh b/bin/wmenu.sh
deleted file mode 100755
index abefb1c..0000000
--- a/bin/wmenu.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-exec wmenu \
- -N 1e2030 -n cad3f5 -M c6a0f6 -m 1e2030 -S 181926 -s c6a0f6 \
- -f 'FiraCode Nerd Font 12' \
- -l 20 \
- $@