feat(ahk): add sample v2 configuration file

This commit is contained in:
LGUG2Z
2023-04-30 12:19:44 -07:00
committed by جاد
parent e044a5a16f
commit e4a9719f4f
4 changed files with 113 additions and 27 deletions

View File

@@ -184,12 +184,7 @@ impl ApplicationConfigurationGenerator {
cfgen.sort_by(|a, b| a.name.cmp(&b.name));
let mut lines = vec![
String::from("; Generated by komorebic.exe"),
String::from("; To use this file, add the line below to the top of your komorebi.ahk configuration file"),
String::from("; #Include %A_ScriptDir%\\komorebi.generated.ahk"),
String::new()
];
let mut lines = vec![String::from("; Generated by komorebic.exe"), String::new()];
let mut float_rules = vec![];