Implement opacity window rule

This commit is contained in:
Ivan Molodetskikh
2024-03-24 08:30:26 +04:00
parent a16a0f0e52
commit 8b4a9d68e0
8 changed files with 34 additions and 5 deletions
+2
View File
@@ -697,6 +697,8 @@ pub struct WindowRule {
#[knuffel(child, unwrap(argument))]
pub draw_border_with_background: Option<bool>,
#[knuffel(child, unwrap(argument))]
pub opacity: Option<f32>,
}
// Remember to update the PartialEq impl when adding fields!