plugin ins/outs

This commit is contained in:
🪞👃🪞 2024-06-27 10:18:10 +03:00
parent da1d3220f9
commit 9351887ae6
9 changed files with 187 additions and 64 deletions

View file

@ -17,7 +17,7 @@ use crate::prelude::*;
fn main () -> Result<(), Box<dyn Error>> {
let _cli = cli::Cli::parse();
let xdg = microxdg::XdgApp::new("dawdle")?;
let xdg = microxdg::XdgApp::new("tek")?;
crate::config::create_dirs(&xdg)?;
run(Launcher::new_with_controller(
"Launcher#0",