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
11
12
pub mod changes;
mod footer;
mod generate;
mod launcher;
mod launcher_plugins;
pub mod nix_preview;
pub mod root;
mod shortcut_dialog;
mod switch;
mod theme;
pub mod windows;
pub mod windows_overview;