blob: c82c45401b1273781a472fcdc47b35005d9bb657 (
plain)
1
2
3
4
5
6
|
#!/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 "$@"
|