-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Scrolling workspace while dragging window #252
Comments
Yeps, the basic interactions are pretty good, but there's some limitations still as you note. We're working on a branch (clutter-dnd: df0e136) which makes it possible to navigate as normal while grabbing a window, including scrolling with the mouse. @olejorgenb built a prototype of your suggestion, but we concluded having scroll with mouse and regular navigation was better. |
See #259, if you want to test things out. I've been using that branch for a quite a while now, so it should be usable. Though there's some minor issues left. |
The mouse interaction work really well ! However i'm not able to trigger the scrolling using a trackpad. |
Hmm, like 3/2-finger swipe while grabbing a window with the touchpad? That's probably difficult to achieve without a « grab lock», as any mouse-release/press events will drop the window. Not sure if it's possible to get the scroll events without a mouse-press/release. It might also be a bit weird that the finger movements suddenly doesn't track the grabbed window. Though if it's possible to make I'm open to be persuaded that it makes sense :) Now, you can achieve a «lock» if you right-click on a window's titlebar and select «Move» ( We'll probably also add There's also a few features which might not be that discoverable:
We intend to add a docking functionality, #194. That's perhaps the main reason why I'm hesitant to add auto-scrolling while hovering the monitor edges, since the docking feature will need that action. |
Alt+F7 was exactly what I was looking for. I used libinput-gestures to bind keyboard shortcut to swipe gestures. This config is working wonderfully, thanks a lot !
|
We might add a better keybinding at some point (eg. |
The new mouse interactions are amazing, but it is still difficult to reorder windows without using the keyboard. It would be useful to be able to scroll to the right or to the left by dragging the selected window to the edge of the screen.
The text was updated successfully, but these errors were encountered: