mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Window borders misbehave with cycle-move command #223
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 @DWTW321 on GitHub (Jun 14, 2023).
Describe the bug
When using cycle-move instead of just move (for example I like to change
alt + shift + ktokomorebic cycle-move previousandalt + shift + jtokomorebic cycle-move next), the borders misbehave, the border does not move with the window and instead stays in the previous position even though focus has stayed on the moved window. I hope that makes sense, kinda hard to describe.To Reproduce
Steps to reproduce the behavior:
cycle-movecommand in whkdrc using the followinfcycle-moveshortcutsExpected behavior
The border of the window follows the window that has been moved using the
cycle-movecommand.Operating System
Provide the output of
systeminfo | grep "^OS Name\|^OS Version"For example:
komorebic checkOutputProvide the output of
komorebic checkFor example:
@LGUG2Z commented on GitHub (Jun 14, 2023):
Reproduced ^
@LGUG2Z commented on GitHub (Jun 14, 2023):
Fixed and will be part of the next release; if you want to use this now you can build the above commit from source, or go to the GitHub Actions job for that commit and download the prebuilt binaries from the pipeline artifacts 🎉
@DWTW321 commented on GitHub (Jun 14, 2023):
Woah, that was fast thanks!