From c4d96716c05c41a3b18f2326cb588cd19246da5f Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 12 Aug 2022 04:30:51 -0500 Subject: initial commit --- barmenu | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 barmenu (limited to 'barmenu') diff --git a/barmenu b/barmenu new file mode 100755 index 0000000..a43a079 --- /dev/null +++ b/barmenu @@ -0,0 +1,7 @@ +#!/sbin/sh + +if [ -z "$WAYLAND_DISPLAY" -a -n "$DISPLAY" ]; then + dmenu -i -F $@ +else + bemenu $(echo $@ | sed 's/-h/-H/') +fi -- cgit v1.2.3