Hello so i have 2 monitors one have floating layout and other have v-stack and when floating layout is empty and i move app from v-stack to floating then v-stack layout will broke and when i switch workspaces on monitor with that floating point then i can see apps on my second monitor are moving too because they are somehow pinned to the monitor where i have floating layout. To fix that i need to move all apps from that second monitor to that floating layout and then move that to workspace with no floating layout and then from that layout i can only move them back to the second monitor. I have no idea if i explained that corretly and sorry for my english its not my first language. i forgot to add that iam moving my apps to floating layout using mouse cause with binds my app disappears
#Problem with floating layout
1 messages · Page 1 of 1 (latest)
First it is important to know what version of komorebi are you using? Try running komorebic version on the terminal...
Second: How are you moving the app from the monitor with VStack to the monitor with floating layout? Keybind? What command? With mouse?
Third: I might be wrong but I don't think those initial-workspace-rules work without a "matching-strategy": "Equals" or something like that...
yea i added on the end that iam using mouse
because with keyboard my apps disappear
Also it might be useful to know more info about your monitors, try running: komorebic monitor-info
Oh I see that you are using an older version. Version 0.1.29 has already been released can you try updating and see if the issue persists?
Did you stop komorebi before updating?
iam moving my window to floating layout monitor and if i want that window back to that v-stack then it cant attach
GG @gleaming bane, you just advanced to level 1!
i forgot stopping but after that stop and start is not enough?
And it succeeded in updating with it running?
I would probably stop it and force update it again...
Also try using keybinds with the new version! I'm using them and it works fine...
I do however noticed some weird behavior when using the mouse...
it is weird with versioning because with komorebic --version it shows 1.28 but with scoop update komorebi whkd it shows 1.29 latest version
Run where.exe komorebic on the terminal
You might have both versions installed
And it is defaulting to 0.1.28
If where.exe shows more than one, then try scoop uninstall komorebi; scoop install komorebi
okay i fixed all that i now i have 1.29 but issue is still the same
all still the same on 1.29
There is this issue I've just created and I'm looking into fix it. However on 0.1.29 you should be able to move windows between monitors using a keybind to a command like komorebic cycle-move-to-monitor next or komorebic move-to-monitor 0 where 0 is the index of the monitor you want to move to... These commands work well with moving windows to/from floating workspaces...
lovely and i want to like to point out that it works same with move windows using alt + shift + directions keys like the window from tiled layout to floating layout doesnt move but i can reverse it like moving the window back and it fix the window layout like before moving that window to floating layout so it feels like it brokes the same
and iam having issues with window focusing on floating layer like i cant click on window cause my mouse is moved each time to the middle of the screen, but i could not found the source of the issue
and like it happens to me rarely
set "mouse_follows_focus": false on your config...
GG @olive tide, you just advanced to level 5!
This part I didn't quite understand... What is the command that you are using with those keybinds?
iam using the whkdrc
# Move windows
alt + shift + h : komorebic move left
alt + shift + j : komorebic move down
alt + shift + k : komorebic move up
alt + shift + l : komorebic move right
Oh I see. That is related but not quite the same (meaning it will require a different fix...). I'll take note of that issue as well.
ye i thats why i wanted to point it out cause it looks same but surely works differently
so thank you for help ❤️