//! # hypr-helper
//!
//!
//!
//! - [x] Workspace information.
//! - [x] Active window name.
//! - [x] Resize gaps (increase, decrease and reset).
//! - [ ] Manage monitor configuration.
use get_activewindow_name;
use HyprHelperArgs;
use Parser;
use handle_gaps_command;
use print_workspaces;