Hi,
I would like to use dmenu to start my programs.
It works like this from the terminal:
exec `dmenu_path | dmenu -i -nb "#000000" -fn
"-*-times-*-r-*-*-24-*-*-*-*-*-*-*" -sb "#00ff00" -sf "#af0000" -nf "#ff0000"
-p "Execute:" -b`
So I do:
awful.util.spawn('exec `dmenu_path | dmenu -i -nb "#000000" -fn
"-*-times-*-r-*-*-24-*-*-*-*-*-*-*" -sb "#00ff00" -sf "#af0000" -nf "#ff0000"
-p "Execute:" -b`')
It shows the dmenu, but does not execute the command (as the command
does from the terminal).
Ideas?
Thanks!
Nathan
--
To unsubscribe, send mail to [email protected].