Implement draw-border-with-background window rule

This commit is contained in:
Ivan Molodetskikh
2024-03-19 18:22:25 +04:00
parent c61361de3c
commit db49deb7fd
8 changed files with 79 additions and 7 deletions
+3
View File
@@ -693,6 +693,9 @@ pub struct WindowRule {
pub max_width: Option<u16>,
#[knuffel(child, unwrap(argument))]
pub max_height: Option<u16>,
#[knuffel(child, unwrap(argument))]
pub draw_border_with_background: Option<bool>,
}
#[derive(knuffel::Decode, Debug, Default, Clone)]