MSI
WinGet
komorebi
LGUG2Z · 0.1.15 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i komorebi-0.1.15-x86_64.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{FC0E6785-67A9-4EAB-A93F-3CFAE4AEF36F}
Product version operator
Greater than or equal to
Product version
0.1.15
MSI Properties
Product Code
{FC0E6785-67A9-4EAB-A93F-3CFAE4AEF36F}
File Identity
Filename
komorebi-0.1.15-x86_64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
LGUG2Z.komorebi
Version
0.1.15
Description
A tiling window manager for Windows
License
MIT
↗
Homepage
https://github.com/LGUG2Z/komorebi
Installer URL
https://github.com/LGUG2Z/komorebi/releases/download/v0.1.15/komorebi-0.1.15-x86_64.msi
Min OS Version
10.0.0.0
Upgrade Behavior
install(Install over existing)
Release Notes
Bug Fixes
- wm: handle regression switching from empty ws (a23019ec)
- wm: ensure all monitors are tiled on startup (51f1aa7e)
- wm: allow focusing monitor with empty ws (86b4d239)
- wm: correct logic for foreground access retry (f8120f6b)
- wm: add bounds checks on max window creation (fd351b6a)
- wm: make force-focus command read wm state (99af0f8f)
- wm: allow cross-monitor focus w/ monocle+max (3b0830e5)
Code Refactoring
- ahk: merge ahk v1/v2 exe env vars (f87d4d52)
- clippy: apply various…