mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Drag mouse to screen edges to switch workspace #483
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rp1231 on GitHub (Oct 6, 2024).
Is your feature request related to a problem? Please describe.
Sometimes you want to drage a file from one workspace to another using only the mouse.
For eg. you want to drag a file from an explorer window in workspace 1 to the discord window( for sending it as an attachment) in workspace 2 using only the mouse.
Describe the solution you'd like
When you're "holding" a file and you move your mouse to the screen edges, the workspace should switch to the next adjacent workspace.
@alex-ds13 commented on GitHub (Oct 7, 2024):
Why don't you use normal keyboard shortcuts as you normally would? If you are using
whkdwith default keybinds, let's say you are on workspace 1 and want to move a file to workspace 2, simply start dragging the file, pressalt + 2while holding the mouse button and it will change to workspace 2 where you can drag and drop wherever you'd like... I do this all the time without any problems.@rp1231 commented on GitHub (Oct 7, 2024):
Yep I'm aware that you can perform this function with the keyboard but this is for the times when you can just use the mouse.
@LGUG2Z commented on GitHub (Jan 23, 2025):
I don't think that this feature is worth the complexity it would introduce into the codebase. This would be better explored through a separate process which integrates with komorebi via socket messages.