[Xmonad] xinerama and dmenu

Kai Grossjohann kai at emptydomain.de
Mon Sep 17 12:10:15 EDT 2007


There are XMonadContrib modules for prompts.  I started to use them
recently, and I never looked back.

------8<------
import XMonadContrib.XPrompt
import XMonadContrib.ShellPrompt

[...]

    -- ShellPrompt
    , ((modMask,               xK_p     ), shellPrompt defaultXPConfig) -- @@ Run a shell command 
------8<------


Kai


On Mon, Sep 17, 2007 at 05:53:45PM +0200, lobzang at free.fr wrote:

> Hi,
> 
> Xinerama seems to work well with xmonad.
> 
> I'm using dmenu to launch programs. If I go to my second screen, then press
> mod-p to launch a new program, the dmenu interface appears on my first screen.
> Is it a bug or conf pb?
> 
> 
> Thanks !
> 
> Lobzang
> _______________________________________________
> Xmonad mailing list
> Xmonad at haskell.org
> http://www.haskell.org/mailman/listinfo/xmonad


More information about the Xmonad mailing list