diff options
Diffstat (limited to 'niri-config/src/gestures.rs')
| -rw-r--r-- | niri-config/src/gestures.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/niri-config/src/gestures.rs b/niri-config/src/gestures.rs index 893cc053..8c4b1363 100644 --- a/niri-config/src/gestures.rs +++ b/niri-config/src/gestures.rs @@ -54,4 +54,12 @@ impl Default for DndEdgeWorkspaceSwitch { pub struct HotCorners { #[knuffel(child)] pub off: bool, + #[knuffel(child)] + pub top_left: bool, + #[knuffel(child)] + pub top_right: bool, + #[knuffel(child)] + pub bottom_left: bool, + #[knuffel(child)] + pub bottom_right: bool, } |
