Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving window does not work in programs with client-side border. #142

Closed
ghost opened this issue Sep 26, 2014 · 4 comments
Closed

Moving window does not work in programs with client-side border. #142

ghost opened this issue Sep 26, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Sep 26, 2014

I mean programs like chromium or steam(not GTK3 client-side decorations). It have its titlebar, but moving does not work by client-side titlebars.

@bbidulock
Copy link
Contributor

JWM does not (yet) support _NET_WM_MOVERESIZE, but it does support _NET_MOVERESIZE_WINDOW, which chromium or steam is too dumb to use I suppose, even though one is marked supported and the other not. Why not just hold the Alt key while click and dragging on the window (button 1 to move, button 3 to resize)?

@joewing
Copy link
Owner

joewing commented Sep 26, 2014

It's kind of annoying that programs would assume this ability existed without JWM advertising it in _NET_SUPPORTED.
Anyway, this is something JWM should support, and it should be pretty easy to do.

@joewing joewing added this to the Version 2.2.3 milestone Sep 26, 2014
@bbidulock
Copy link
Contributor

Whoah, that was easy!

@ml-
Copy link
Contributor

ml- commented Sep 27, 2014

Actually wanted to request this feature a couple of days ago.
Please stay out of my head.

Big Thanks for this!

@joewing joewing closed this as completed Oct 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants