chore(release): v0.1.30

This commit is contained in:
LGUG2Z
2024-11-03 15:43:22 -08:00
parent 24b43a154c
commit 9a3dbccc89
8 changed files with 149 additions and 143 deletions
+2
View File
@@ -458,6 +458,7 @@ impl StaticConfig {
println!("\nEnd-of-life features will not receive any further bug fixes or updates; they should not be used\n")
}
}
pub fn aliases(raw: &str) {
let mut map = HashMap::new();
map.insert("border", ["active_window_border"]);
@@ -466,6 +467,7 @@ impl StaticConfig {
map.insert("border_colours", ["active_window_border_colours"]);
map.insert("border_style", ["active_window_border_style"]);
map.insert("applications.json", ["applications.yaml"]);
map.insert("ignore_rules", ["float_rules"]);
let mut display = false;