mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: move-to-monitor-workspace command doesn't physically move window when target workspace has floating layout #401
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 @alex-ds13 on GitHub (Jun 3, 2024).
Describe the bug
Like the title states, if the target monitor to where we are trying to send a window to has a floating layout, the window will be set to floating but will stay on the same monitor, however komorebi thinks it is on the monitor we tried to send it to.
To Reproduce
Steps to reproduce the behavior:
komorebic move-to-monitor-workspace 1 0Expected behavior
Window should actually move to second monitor and become floating
Screenshots and Videos
Operating System
Provide the output of
systeminfo | grep "^OS Name\|^OS Version"komorebic checkOutputProvide the output of
komorebic checkFor example:
Additional context
@LGUG2Z commented on GitHub (Jun 4, 2024):
Can you confirm if this is also the case for
move-to-named-workspace?@alex-ds13 commented on GitHub (Jun 4, 2024):
Yes. The same thing happens for
move-to-named-workspace. It also happens withcycle-move-to-monitorandmove-to-monitor.@LGUG2Z commented on GitHub (Jun 4, 2024):
Thanks for confirming, this should be fixed now