#!/sbin/sh if [ -z "$WAYLAND_DISPLAY" -a -n "$DISPLAY" ]; then dmenu -i -F $@ else bemenu $(echo $@ | sed 's/-h/-H/') fi