This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Requires AutoHotkey v2.0.2 | |
#SingleInstance Force | |
Komorebic(cmd) { | |
RunWait(format("komorebic.exe {}", cmd), , "Hide") | |
} | |
; Start komorebi if not started already | |
if !ProcessExist("komorebi.exe") | |
Komorebic("start") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", | |
"organizeImports": { | |
"enabled": true | |
}, | |
"linter": { | |
"enabled": true, | |
"rules": { | |
"recommended": true, | |
"complexity": { |
OlderNewer