hyprshell-config-edit-lib 4.10.3

A library for editing the config file with a gui
1
2
3
4
5
6
7
8
9
10
mod components;
mod start;
mod structs;
mod util;

pub const APPLICATION_EDIT_ID: &str = "com.github.h3rmt.hyprshell-edit";
pub use start::start;

#[allow(clippy::wildcard_imports)]
pub(crate) use structs::*;