mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Issues with Resizing Focused Window and Teams Notifications #72
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 @xSTUDDSx on GitHub (Jan 6, 2022).
Originally assigned to: @LGUG2Z on GitHub.
I have a couple issues I've been encountering.
The first issue is in regards to resizing a focused window. I have the following command set at the top of the ahk file...
Then down below I have the following commands set...
However, when trying to resize a focused window with the hot key combo it does nothing. I'm only able to resize by using the mouse and dragging a window. Is this a bug or do I have the configuration setup incorrectly?
The other issue I've encountered is with the MS Teams Notifications. Whenever I get a notification popup, komorebi treats it as a window and even after the notification disappears it just shows a blank area where it thinks the window is. So if I have only one application open, it takes up half the screen rather than the full screen. If I stop komorebi, a blue transparent box appears on the desktop which is registered to MS Teams Notifications and I can then close it but that doesn't show if komorebi is running. If I do that I can start komorebi and it works again. The other option is to completely close MS Teams and then re-open it which also fixes the issue. However, this isn't very feasible.
I'd like to set the MS Teams Notification as float always so it doesn't do this, but I have no idea how to target it as I still want the MS Teams window to be tiled, just not interpreting the notification popup as a window. Does anyone have a solution to this?
@LGUG2Z commented on GitHub (Jan 7, 2022):
For your
resize-edgebinds you are missing the final argument which should be eitherincreaseordecrease@LGUG2Z commented on GitHub (Jan 7, 2022):
I don't use MS Teams myself, but if you can use the AHK Window Spy (you can open this by right clicking on any AHK script running in the tray and selecting "Window Spy") to isolate the class of the MS Teams Notification window that keeps taking up space, you should be able to add a float rule that targets that class.
@xSTUDDSx commented on GitHub (Jan 8, 2022):
@LGUG2Z Thanks for your quick response. To follow up on both items...
All in all, amazing job with this tool! So glad to see we've finally got some tilling options out there for Windows. Also glad to see it's in Rust. Hoping this language continues to gain traction.