mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
AutoHotkeyGUI does not obey float-rule #165
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 @sayandipdutta on GitHub (Nov 18, 2022).
First of all, really love komorebi !!
Describe the bug
I have an AHK script that I run when the power button is pressed on my laptop (Acer Nitro 5). I am trying to add a float rule for this window, but no matter what identifier I put in it gets tiled in Komorebi.
To Reproduce
Here is the power button script, adapted from here.
And this is what I have tried to make it float:
Expected behavior
I would expect it to float whenever I press power button, instead of getting tiled.
Screenshots and Videos



Current Behavior:
Toggling float:
Expected Behavior:

Operating System
Additional context
Window Spy info
komorebic stateinfoInitial setup in my config
@LGUG2Z commented on GitHub (Nov 19, 2022):
@sayandipdutta Can you provide a version of the power script that runs when a specific key combination is pressed that I could use to investigate this? I tried using the script that you shared on pastebin but I can't get a GUI to come up.
@LGUG2Z commented on GitHub (Nov 19, 2022):
Actually nevermind, I was able to get this to bind to F1 to bring up the menu. After adding a float rule for the title "Power Menu" I get what I believe is the expected behaviour:
This is the configuration file I'm using:
And I am starting the window manager with
komorebic start -a.@sayandipdutta commented on GitHub (Nov 19, 2022):
Ah, I was supposed to
await configuration! Thanks a lot!@LGUG2Z commented on GitHub (Nov 19, 2022):
@sayandipdutta Does that mean we can close this issue? 🤞
@sayandipdutta commented on GitHub (Nov 19, 2022):
Oh, yes! Thanks again!