#!/usr/bin/env bash # Shim so the packaged `passmenu` works on Wayland without the AUR `dmenu-wl`. # `passmenu` hard-codes `dmenu-wl` under Wayland; fuzzel --dmenu is a # dmenu-compatible drop-in from the official repos that, unlike bemenu, takes # keyboard focus correctly under KWin (Plasma Wayland). exec fuzzel --dmenu "$@"