hypr-window-rules 0.1.0

A simple tool to generate windowrulev2 out of YAML file
[[bin]]
name = "hyprwrules"
path = "src/main.rs"

[dependencies.yaml-rust]
version = "0.4.5"

[package]
authors = ["Khalid Al-Ani <khalid.y96@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple tool to generate windowrulev2 out of YAML file"
edition = "2021"
homepage = "https://github.com/khalid151/hypr-window-rules"
keywords = ["hyprland"]
license = "GPL-3.0-or-later"
name = "hypr-window-rules"
readme = "README.md"
repository = "https://github.com/khalid151/hypr-window-rules"
version = "0.1.0"