mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: move/send to cycle dirction #166
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 @BlueDrink9 on GitHub (Nov 28, 2022).
Originally assigned to: @LGUG2Z on GitHub.
Is your feature request related to a problem? Please describe.
I want to send a window to the workspace to my left/right, without knowing what number it has. I use an ad-hoc approach to workspaces, rather than a rigid "1 is for browsing, 2 is for …etc"
Describe the solution you'd like
Allow move commands to accept "next" and "previous"
Describe alternatives you've considered
Cyling, getting the number, cycling back, moving to number (awful and slow)
@LGUG2Z commented on GitHub (Dec 7, 2022):
@BlueDrink9 I've added two new commands to address this,
cycle-move-to-workspaceandcycle-send-to-workspace, give them a try and let me know what you think! 🙏