dash-to-dock
dash-to-dock copied to clipboard
Add drag-and-drop assist.
Switch windows by dragging and holding item over application icon. Cycle windows if more than one. Launch app if pinned but not running. Fixes issue #278
UPD: Created workaround for Wayland.
I don't like this:
let scale = St.ThemeContext.get_for_stage(Meta.get_backend().get_stage()).scale_factor;
But screen scaling factor does not applies to mouse coordinates. Probably a bug in toolkit.
Exactly what I need, just came here to check if there was any issue regarding this behavior. Is there any possibility of a merge?
Rebase to upstream. Merge conflicts resolved. Also removed mouse coordinates scaling as it has been fixed in shell toolkit (tested only on version 41). EDIT: changed commit description.
Please add this, it will improve usability of gnome 100%
Just tried this patch on ubuntu 22.10 gnome 43 wayland, it's awesome can't live without it
@3v1n0 this looks awesome!!