[xmonad] How to start xmonad with lxde?
Carsten Mattner
carstenmattner at gmail.com
Thu Dec 25 16:20:56 UTC 2014
On Thu, Dec 25, 2014 at 2:43 PM, Adam Sjøgren <asjo at koldfront.dk> wrote:
> jenia.ivlev writes:
>
>> So what's the most convenient way to start apps ion xmonad?
>
> I'm sure there are several - I have dmenu_run bound to M-p, so I can
> just type M-p programname ENTER and the program is started.
For some reason dmenu_run is configured by many Xmonad users
instead of the shellPrompt, which is superior in several ways. I mean,
everybody should give it a try as they're nicer to use and more flexible to
configure. There are more prompts available than only shellPrompt.
To replace dmenu_run import XMonad.Prompt.Shell and
run shellPrompt with your custom config based on defaultXPConfig.
More information about the xmonad
mailing list