blob: 1883e100d34605ac43bb0e390c5727af6e3c962e (
plain)
1
2
|
#!/bin/sh
dmenu_path | grep -f /home/arch/dmenu/include_dmenu | grep -v -F "steamdeps" | grep /home/arch/Games/Slay.the.Spire.v2.3.4/Slay.the.Spire.v2.3.4/ | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|