1 2 3 4 5 6 7 8
#!/bin/bash # # shim to allow wofi to pretend to be dmenu, # to allow pass to use it set -euo pipefail rofi -dmenu "$@"