birdmenu

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit edb2ede4dba3930a8cdb55c9554ab43b55d5cb0a
parent d475a7a6b7bc9fe428a4751740c2020b6649d437
Author: mrgrouse <bdmfegys@duck.com>
Date:   Fri, 16 Aug 2024 02:43:14 -0400

update builtin scripts for birdmenu rename

Diffstat:
Mbirdmenu_path | 2+-
Mbirdmenu_run | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/birdmenu_path b/birdmenu_path @@ -1,7 +1,7 @@ #!/bin/sh cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}" -cache="$cachedir/dmenu_run" +cache="$cachedir/birdmenu_run" [ ! -e "$cachedir" ] && mkdir -p "$cachedir" diff --git a/birdmenu_run b/birdmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | birdmenu "$@" | ${SHELL:-"/bin/sh"} & +birdmenu_path | birdmenu "$@" | ${SHELL:-"/bin/sh"} &