diff options
Diffstat (limited to 'niri-config/src/lib.rs')
| -rw-r--r-- | niri-config/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/niri-config/src/lib.rs b/niri-config/src/lib.rs index 012db9e9..83689a4b 100644 --- a/niri-config/src/lib.rs +++ b/niri-config/src/lib.rs @@ -1031,6 +1031,8 @@ pub struct Struts { pub struct HotkeyOverlay { #[knuffel(child)] pub skip_at_startup: bool, + #[knuffel(child)] + pub hide_not_bound: bool, } #[derive(knuffel::Decode, Debug, Default, Clone, Copy, PartialEq, Eq)] @@ -4610,6 +4612,7 @@ mod tests { }, hotkey_overlay: HotkeyOverlay { skip_at_startup: true, + hide_not_bound: false, }, animations: Animations { off: false, |
