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 + k to komorebic cycle-move previous and alt + shift + j to komorebic 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:
Enable borders using the following in komorebi.ps1
Bind shortcuts to the cycle-move command in whkdrc using the followinf
alt + shift + k : komorebic cycle-move previous
alt + shift + j : komorebic cycle-move next
Move a window using the cycle-move shortcuts
Expected behavior
The border of the window follows the window that has been moved using the cycle-move command.
Operating System
Provide the output of systeminfo | grep "^OS Name\|^OS Version"
For example:
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.22621 N/A Build 22621
komorebic check Output
Provide the output of komorebic check
For example:
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\jaska
Looking for configuration files in C:\Users\jaska
Found komorebi.ps1; this file will be autoloaded by komorebi
Found ~/.config/whkdrc; key bindings will be loaded from here when whkd is start
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 + k` to `komorebic cycle-move previous` and `alt + shift + j` to `komorebic 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:
1. Enable borders using the following in komorebi.ps1
```ps1
komorebic active-window-border-colour 245 194 231 --window-kind single
komorebic active-window-border-colour 245 194 231 --window-kind monocle
komorebic active-window-border-colour 245 194 231 --window-kind stack
komorebic active-window-border enable
```
2. Bind shortcuts to the `cycle-move` command in whkdrc using the followinf
```
alt + shift + k : komorebic cycle-move previous
alt + shift + j : komorebic cycle-move next
```
3. Move a window using the `cycle-move` shortcuts
**Expected behavior**
The border of the window follows the window that has been moved using the `cycle-move` command.
**Operating System**
Provide the output of `systeminfo | grep "^OS Name\|^OS Version"`
For example:
```
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.22621 N/A Build 22621
```
**`komorebic check` Output**
Provide the output of `komorebic check`
For example:
```
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\jaska
Looking for configuration files in C:\Users\jaska
Found komorebi.ps1; this file will be autoloaded by komorebi
Found ~/.config/whkdrc; key bindings will be loaded from here when whkd is start
```
adam
added the bug label 2026-01-05 14:49:06 +01:00
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 🎉
@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 🎉
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 🎉
Woah, that was fast thanks!
@DWTW321 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 🎉
Woah, that was fast thanks!
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 @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!