diff options
-rwxr-xr-x | barmenu | 7 | ||||
-rwxr-xr-x | barmenu_run | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/barmenu b/barmenu deleted file mode 100755 index a43a079..0000000 --- a/barmenu +++ /dev/null @@ -1,7 +0,0 @@ -#!/sbin/sh - -if [ -z "$WAYLAND_DISPLAY" -a -n "$DISPLAY" ]; then - dmenu -i -F $@ -else - bemenu $(echo $@ | sed 's/-h/-H/') -fi diff --git a/barmenu_run b/barmenu_run deleted file mode 100755 index 6ff709f..0000000 --- a/barmenu_run +++ /dev/null @@ -1,3 +0,0 @@ -#!/sbin/sh - -dmenu_path | barmenu "$@" | ${SHELL:-"/bin/sh"} & |