hypr-window-rules 0.1.0

A simple tool to generate windowrulev2 out of YAML file
1
2
3
4
5
6
7
8
9
10
11
pub mod events;
pub mod rules;
pub mod send;

#[allow(dead_code)]
#[derive(Debug)]
pub struct Window {
    pub address: isize,
    pub class: String,
    pub title: String,
}