mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Implement draw-border-with-background window rule
This commit is contained in:
@@ -123,7 +123,7 @@ impl CompositorHandler for State {
|
||||
(rules, width, is_full_width, output)
|
||||
} else {
|
||||
error!("window map must happen after initial configure");
|
||||
(ResolvedWindowRules::default(), None, false, None)
|
||||
(ResolvedWindowRules::empty(), None, false, None)
|
||||
};
|
||||
|
||||
let parent = window
|
||||
|
||||
Reference in New Issue
Block a user