mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: enable window border in ahk script #227
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 @rwijtvliet on GitHub (Jul 4, 2023).
Problem
The sample AHK script contains 3 lines to create a visual border:
However, this does not work, and no border is showing.
Solution
The following line is missing, and should be added below the other lines:
Only with this line does the active window actually get a coloured border.
@LGUG2Z commented on GitHub (May 12, 2024):
This should now be handled in
komorebi.jsoneven when using AHK.