hyprswitch 3.3.2

A CLI/GUI that allows switching between windows in Hyprland
1
2
3
4
5
use crate::config::config_structs::Config;

pub fn validate(_config: &Config) -> anyhow::Result<()> {
    Ok(())
}