stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] after: error when launching stumpwm


From: Tassilo Horn
Subject: Re: [STUMP] after: error when launching stumpwm
Date: Wed, 23 Jan 2008 12:05:47 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

fred voisin <address@hidden> writes:

Hi Fred,

> Curiously, when my screen is split, (xterm and emacs on the left side,
> thunderbird on the right side), I can not move focus from xterm -or
> emacs- window to thunderbird window *with the mouse*, the mouse can
> only move focus from xterm -or emacs- to thunderbird, is that
> "normal"?  (I can not also move focus with the mouse from emacs to
> xterm window nor from xterm to emacs... i may use only key bindings
> for that).

I think that thunderbird implements focusing on its own and bypassing
the window manager (bad boy).  If you want focus switching with the
mouse have a look at:

,----[ ~/repos/stumpwm/primitives.lisp ]
| (defvar *mouse-focus-policy* :ignore
|   "The mouse focus policy decides how the mouse affects input
| focus. Possible values are :ignore, :sloppy, and :click. :ignore means
| stumpwm ignores the mouse. :sloppy means input focus follows the
| mouse; the window that the mouse is in gets the focus. :click means
| input focus is transfered to the window you click on.")
`----

Bye,
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]