Originally created by @MasouShizuka on GitHub (Sep 19, 2023).
Describe the bug
When neovide is opened, komorebi cannot capture new windows normally, nor can it move the position of existing windows.
To Reproduce
Steps to reproduce the behavior:
Open neovide
For existing windows, commands do not work properly, such as send-to-monitor
Open new window, komorebi cannot capture and manage it
Expected behavior komorebi manages neovide just like any other program.
Operating System
OS Name: Microsoft Windows 11 家庭中文版
OS Version: 10.0.22621 N/A Build 22621
Originally created by @MasouShizuka on GitHub (Sep 19, 2023).
**Describe the bug**
When `neovide` is opened, `komorebi` cannot capture new windows normally, nor can it move the position of existing windows.
**To Reproduce**
Steps to reproduce the behavior:
1. Open `neovide`
2. For existing windows, commands do not work properly, such as `send-to-monitor`
3. Open new window, `komorebi` cannot capture and manage it
**Expected behavior**
`komorebi` manages `neovide` just like any other program.
**Operating System**
```
OS Name: Microsoft Windows 11 家庭中文版
OS Version: 10.0.22621 N/A Build 22621
```
adam
added the bug label 2026-01-05 14:49:15 +01:00
@LGUG2Z commented on GitHub (Sep 19, 2023):
This is a `neovide` bug IMO, I would recommend opening an issue for `neovide` to set a title by default.
I was able to find how to set the title of `neovide` at runtime in this issue: https://github.com/neovide/neovide/pull/1907
```
set title titlestring=neovide
```
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 @MasouShizuka on GitHub (Sep 19, 2023).
Describe the bug
When
neovideis opened,komorebicannot capture new windows normally, nor can it move the position of existing windows.To Reproduce
Steps to reproduce the behavior:
neovidesend-to-monitorkomorebicannot capture and manage itExpected behavior
komorebimanagesneovidejust like any other program.Operating System
@LGUG2Z commented on GitHub (Sep 19, 2023):
This is a
neovidebug IMO, I would recommend opening an issue forneovideto set a title by default.I was able to find how to set the title of
neovideat runtime in this issue: https://github.com/neovide/neovide/pull/1907