If I am in WS 1 = “Work” and then open olk.exe by clicking on the taskbar, komorebi is no longer executed correctly. I have to close komorebi via the task manager or via the terminal. See screenshot.
If I do not set the option to start olk.exe to WS 2 = “Mail”, then everything works fine.
Error-msg via Deepl :) A connection attempt failed because the connected party did not properly respond after a certain amount of time, or the established connection failed because the connected host did not respond. (OS error 10060)
Looking for configuration files in C:\Users\xxxxxxxxxxxxxx.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\xxxxxxxxxxxxx.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
Originally created by @Ashikaga1974 on GitHub (Jan 5, 2025).
### Summary
I use windows 11 build in "new outlook" (alias olk.exe). I define olk.exe to start in ws 2 ("mail"):
"workspaces": [
{
"name": "Work",
"layout": "UltrawideVerticalStack"
},
{
"name": "Mail",
"layout": "UltrawideVerticalStack",
"initial_workspace_rules": [
{
"kind": "Exe",
**"id": "olk.exe"**
}
]
},
If I am in WS 1 = “Work” and then open olk.exe by clicking on the taskbar, komorebi is no longer executed correctly. I have to close komorebi via the task manager or via the terminal. See screenshot.
If I do not set the option to start olk.exe to WS 2 = “Mail”, then everything works fine.

Error-msg via Deepl :)
**A connection attempt failed because the connected party did not properly respond after a certain amount of time, or the established connection failed because the connected host did not respond. (OS error 10060)**
### Version Information
komorebic 0.1.32
tag:v0.1.32
commit_hash:4b9d8114
build_time:2025-01-01 19:37:02 +00:00
build_env:rustc 1.83.0 (90b35a623 2024-11-26),stable-x86_64-pc-windows-msvc
Win 11:
[System.Environment]::OSVersion
Platform ServicePack Version VersionString
-------- ----------- ------- -------------
Win32NT 10.0.26100.0 Microsoft Windows NT 10.0.26100.0
### Komorebi Configuration
```json
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.31/schema.json",
"app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json",
"animation": {
"enabled": false,
"duration": 200,
"style": "Linear",
"fps": 120
},
"border": true,
"border_width": 3,
"border_offset": -1,
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": 5,
"default_container_padding": 5,
"ignore_rules": [
{
"kind": "Exe",
"id": "ChatGPT.exe",
"matching_strategy": "Equals"
},
{
"kind": "Exe",
"id": "SwyxIt!.exe",
"matching_strategy": "Equals"
},
{
"kind": "Exe",
"id": "VirtualBox.exe",
"matching_strategy": "Equals"
},
{
"kind": "Exe",
"id": "VirtualBoxVM.exe",
"matching_strategy": "Equals"
}
],
"mouse_follows_focus": false,
"monitors": [
{
"work_area_offset": {
"left": 0,
"top": 45,
"right": 0,
"bottom": 40
},
"workspaces": [
{
"name": "Work",
"layout": "UltrawideVerticalStack"
},
{
"name": "Mail",
"layout": "UltrawideVerticalStack",
"initial_workspace_rules": [
{
"kind": "Exe",
"id": "olk.exe"
}
]
},
{
"name": "III",
"layout": "UltrawideVerticalStack"
},
{
"name": "IV",
"layout": "UltrawideVerticalStack"
},
{
"name": "V",
"layout": "Rows"
}
]
}
],
"resize_delta": 100,
"theme": {
"palette": "Base16",
"name": "GoogleLight",
"unfocused_border": "Base01",
"bar_accent": "Base0D"
},
"stackbar": {
"height": 40,
"mode": "OnStack",
"tabs": {
"width": 300
}
},
"transparency": true,
"transparency_alpha": 240,
"transparency_ignore_rules": [
{
"kind": "Exe",
"id": "komorebi-bar.exe",
"matching_strategy": "Equals"
}
],
"window_hiding_behaviour": "Cloak"
}
```
### Hotkey Configuration
default
### Output of komorebic check
KOMOREBI_CONFIG_HOME detected: C:\Users\xxxxxxxxxxxxxx\.config\komorebi
Looking for configuration files in C:\Users\xxxxxxxxxxxxxx\.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\xxxxxxxxxxxxx\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
adam
added the bug label 2026-01-05 14:51:32 +01:00
Beautiful! Very nice! No problems so far on Win11 and Win10 ;) Thx
@Ashikaga1974 commented on GitHub (Jan 6, 2025):
It works, version:
komorebic 0.1.33
branch:master
commit_hash:b5a40a7a
build_time:2025-01-05 03:30:32 +00:00
build_env:rustc 1.83.0 (90b35a623 2024-11-26),stable-x86_64-pc-windows-msvc
Beautiful! Very nice! No problems so far on Win11 and Win10 ;) Thx
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 @Ashikaga1974 on GitHub (Jan 5, 2025).
Summary
I use windows 11 build in "new outlook" (alias olk.exe). I define olk.exe to start in ws 2 ("mail"):
If I am in WS 1 = “Work” and then open olk.exe by clicking on the taskbar, komorebi is no longer executed correctly. I have to close komorebi via the task manager or via the terminal. See screenshot.
If I do not set the option to start olk.exe to WS 2 = “Mail”, then everything works fine.
Error-msg via Deepl :)
A connection attempt failed because the connected party did not properly respond after a certain amount of time, or the established connection failed because the connected host did not respond. (OS error 10060)
Version Information
komorebic 0.1.32
tag:v0.1.32
commit_hash:4b9d8114
build_time:2025-01-01 19:37:02 +00:00
build_env:rustc 1.83.0 (90b35a623 2024-11-26),stable-x86_64-pc-windows-msvc
Win 11:
[System.Environment]::OSVersion
Platform ServicePack Version VersionString
Win32NT 10.0.26100.0 Microsoft Windows NT 10.0.26100.0
Komorebi Configuration
Hotkey Configuration
default
Output of komorebic check
KOMOREBI_CONFIG_HOME detected: C:\Users\xxxxxxxxxxxxxx.config\komorebi
Looking for configuration files in C:\Users\xxxxxxxxxxxxxx.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\xxxxxxxxxxxxx.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
@LGUG2Z commented on GitHub (Jan 5, 2025):
Hmm could you double check if this is fixed by the fix for #1212?
@Ashikaga1974 commented on GitHub (Jan 5, 2025):
Yes, i do :)
@Ashikaga1974 commented on GitHub (Jan 6, 2025):
It works, version:
komorebic 0.1.33
branch:master
commit_hash:b5a40a7a
build_time:2025-01-05 03:30:32 +00:00
build_env:rustc 1.83.0 (90b35a623 2024-11-26),stable-x86_64-pc-windows-msvc
Beautiful! Very nice! No problems so far on Win11 and Win10 ;) Thx