Open GoogleCodeExporter opened 9 years ago
Hrm. This is a difficult decision. It seems as though dmenu_path was removed
and replaced with lsx instead. Updating XMonad will break compatability with
previous versions. Should the minimum required dmenu be bumped?
(20110719 is 4.4 btw)
Original comment by MathStuf@gmail.com
on 25 Jul 2011 at 11:58
Can we check for lsx and use dmenu_path as appropriate? Something like
spawn "which lsx && dmenu_run || (exe=`dmenu_path | dmenu` && eval \"exec
$exe\")"
?
Original comment by daniel.w...@gmail.com
on 26 Jul 2011 at 1:19
lsx used to be separate, but is now part of dmenu, so it's not a good
indicator. dmenu_run probably is, however.
Original comment by MathStuf@gmail.com
on 26 Jul 2011 at 1:39
Original issue reported on code.google.com by
bjmpr...@gmail.com
on 24 Jul 2011 at 10:02