chore(release): v0.1.20

This commit is contained in:
LGUG2Z
2024-02-14 08:06:16 -08:00
parent e5ebf55115
commit 52122c401d
19 changed files with 189 additions and 1489 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebic"
version = "0.1.19"
version = "0.1.20"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "The command-line interface for Komorebi, a tiling window manager for Windows"
categories = ["cli", "tiling-window-manager", "windows"]

View File

@@ -1267,9 +1267,7 @@ fn main() -> Result<()> {
std::fs::write(config_dir.join("whkdrc"), whkdrc)?;
println!("Example ~/komorebi.json, ~/.config/whkdrc and latest ~/applications.yaml files downloaded");
println!(
"You can now run komorebic start -c \"$Env:USERPROFILE\\komorebi.json\" --whkd"
);
println!("You can now run komorebic start --whkd");
}
SubCommand::EnableAutostart(args) => {
let mut current_exe = std::env::current_exe().expect("unable to get exec path");