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.
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.
Why don't you use normal keyboard shortcuts as you normally would? If you are using whkd with default keybinds, let's say you are on workspace 1 and want to move a file to workspace 2, simply start dragging the file, press alt + 2 while 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.
@alex-ds13 commented on GitHub (Oct 7, 2024):
Why don't you use normal keyboard shortcuts as you normally would? If you are using `whkd` with default keybinds, let's say you are on workspace 1 and want to move a file to workspace 2, simply start dragging the file, press `alt + 2` while 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.
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.
@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.
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.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.