From ab9d1aab4ed13027896a80200775e5679fca9539 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 24 Feb 2024 08:44:21 +0400 Subject: Add open-fullscreen window rule --- src/window.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/window.rs') diff --git a/src/window.rs b/src/window.rs index ce62d07b..a5023afa 100644 --- a/src/window.rs +++ b/src/window.rs @@ -58,6 +58,9 @@ pub struct ResolvedWindowRules { /// Whether the window should open full-width. pub open_maximized: Option, + + /// Whether the window should open fullscreen. + pub open_fullscreen: Option, } impl Unmapped { -- cgit