ackalker / Xweston

Use X display managers and window managers with Xwayland and weston
Other
36 stars 7 forks source link

XMonad #1

Open victoredwardocallaghan opened 9 years ago

victoredwardocallaghan commented 9 years ago

Hi,

Thanks for this. There is a issue with moving floating windows in XMonad using SuperKey+Mouse-drag Basically the whole window manager gets dragged off screen.

Let me know what you need, Kind Regards, Edward.

ackalker commented 9 years ago

Hi Edward,

On 09/13/2014 01:12 PM, victoredwardocallaghan wrote:

Hi,

Thanks for this. There is a issue with moving floating windows in XMonad using SuperKey+Mouse-drag Basically the whole window manager gets dragged off screen.

Are you running Xweston within another X session? If so, please try running it from a VT using startx or some other means. If dragging works in a standalone session like this but not in a nested session, then it probably means that your 'host' window manager is capturing the SuperKey-Mouse-drag events before any Xweston client has a chance to act on them. In that case it is best to experiment with defining a separate, different key mapping for dragging for use in such nested sessions.

Also note that weston itself captures some keyboard shortcuts (all involving SuperKey by default). You can try editing /usr/lib/Xweston/weston.ini, adding a "binding-modifier=..." line to change that key to something else. See man weston.ini for more information.

Kind regards,

Alain