[BUG]: border issue on maximizing a floating window #527

Closed
opened 2026-01-05 14:51:18 +01:00 by adam · 2 comments
Owner

Originally created by @CtByte on GitHub (Nov 21, 2024).

Summary

When I maximize a floating window the border does not change its size.

https://github.com/user-attachments/assets/c1895522-fe47-414c-9dc4-31b76e670795

Version Information

> systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"

OS Name:                   Microsoft Windows 11 Pro
OS Version:                10.0.22631 N/A Build 22631

> komorebic --version

komorebic 0.1.31
branch:master
commit_hash:e4e94fd1
build_time:2024-11-18 17:30:02 +01:00
build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc

Output of komorebic check

> komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\Csaba

Looking for configuration files in C:\Users\Csaba

Found komorebi.json; this file can be passed to the start command with the --config flag

Found C:\Users\[UserName]\.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 @CtByte on GitHub (Nov 21, 2024). ### Summary When I maximize a floating window the border does not change its size. https://github.com/user-attachments/assets/c1895522-fe47-414c-9dc4-31b76e670795 ### Version Information ```powershell > systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version" OS Name: Microsoft Windows 11 Pro OS Version: 10.0.22631 N/A Build 22631 > komorebic --version komorebic 0.1.31 branch:master commit_hash:e4e94fd1 build_time:2024-11-18 17:30:02 +01:00 build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc ``` ### Output of komorebic check ```powershell > komorebic check No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\Csaba Looking for configuration files in C:\Users\Csaba Found komorebi.json; this file can be passed to the start command with the --config flag Found C:\Users\[UserName]\.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:18 +01:00
adam closed this issue 2026-01-05 14:51:18 +01:00
Author
Owner

@ECon65 commented on GitHub (Nov 27, 2024):

I have the same misbehavior

@ECon65 commented on GitHub (Nov 27, 2024): I have the same misbehavior
Author
Owner

@LGUG2Z commented on GitHub (Nov 28, 2024):

I'm going to have to roll this back because it's causing way more problems than it solves: https://discord.com/channels/898554690126630914/1001847171861196800/1311642981241192479

Basically, if you want to maximize a window, toggle-float so that it's managed again and then maximize it. Maximizing floating windows is now officially considered "undefined behavior" 😅

@LGUG2Z commented on GitHub (Nov 28, 2024): I'm going to have to roll this back because it's causing way more problems than it solves: https://discord.com/channels/898554690126630914/1001847171861196800/1311642981241192479 Basically, if you want to maximize a window, toggle-float so that it's managed again and then maximize it. Maximizing floating windows is now officially considered "undefined behavior" 😅
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#527