hyprshell_config_edit_lib/
lib.rs

1mod bind;
2mod footer;
3mod start;
4mod structs;
5mod update;
6mod update_changes_view;
7mod views;
8
9pub use start::start;
10
11pub const APPLICATION_EDIT_ID: &str = "com.github.h3rmt.hyprshell-edit";