dotfiles/home/.local/bin/scripts/gui/dmenu
2022-11-20 03:14:18 +01:00

10 lines
352 B
Bash
Executable file

#!/bin/sh
# Compatibility executable script for applications running dmenu, which
# runs wofi in dmenu mode instead. Note: In many cases the arguments won't
# be compatible and this will fail, however the primary way scripts use
# dmenu is just for simple prompts, using the `-p` flag. and wofi does fully
# support this usage.
cat | wofi --dmenu $@