This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/scripts/.local/bin/wdmenu
2020-04-27 19:24:16 -03:00

7 lines
99 B
Fish
Executable file

#!/bin/fish
command -qs wofi &&
exec wofi -d $argv
command -qs bmenu &&
exec bemenu $argv