mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Komorebi not tiling properly, when using internal win11 "new outlook"-app (OLK.exe) #558
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 @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