Skip to content

Commit

Permalink
fix(config): call ActiveWindowBorderColour correctly
Browse files Browse the repository at this point in the history
The sample config only provided three of the four required arguments in
the example call to ActiveWindowBorderColour. Uncommenting the line as
it was would raise an error from AuthoHotKey.
  • Loading branch information
maxbane authored and LGUG2Z committed Oct 14, 2022
1 parent 352c010 commit 1633a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komorebi.sample.ahk
Expand Up @@ -24,7 +24,7 @@ InvisibleBorders(7, 0, 14, 7)
WorkspaceName(0, 0, "I")

; Uncomment the next two lines if you want a visual border drawn around the focused window
; ActiveWindowBorderColour(66, 165, 245) ; this is a nice blue colour
; ActiveWindowBorderColour(66, 165, 245, "single") ; this is a nice blue colour
; ActiveWindowBorder("enable")

; Allow komorebi to start managing windows
Expand Down

0 comments on commit 1633a5e

Please sign in to comment.