mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Implement ext-background-effect protocol
This commit is contained in:
@@ -1079,7 +1079,8 @@ pub struct BackgroundEffect {
|
||||
|
||||
/// Whether to blur the background.
|
||||
///
|
||||
/// - `None`: no blur
|
||||
/// - `None`: blur when the window/layer requests it (e.g. through ext-background-effect
|
||||
/// protocol)
|
||||
/// - `Some(false)`: never blur
|
||||
/// - `Some(true)`: always blur
|
||||
pub blur: Option<bool>,
|
||||
|
||||
Reference in New Issue
Block a user