use yeganesh for launching things, fixes #1

auto-flake-update
Yorick van Pelt 2013-05-18 18:59:58 +02:00
parent 9b7c1b3447
commit 1b212604e9
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
#!/bin/bash
exec dmenu_run -fn "-*-termsyn-medium-*-*-*-12-*-*-*-*-*-*-*" -p "run: " -i -f -nb "#1D1E24" -nf "#8DA893" -sb "#1D1E24" -sf "#C18E44" $@
(
yeganesh -x -- -fn "-*-termsyn-medium-*-*-*-12-*-*-*-*-*-*-*" -p "run: " -i -f -nb "#1D1E24" -nf "#8DA893" -sb "#1D1E24" -sf "#C18E44" $@
) | ${SHELL:-"/bin/sh"} &