aboutsummaryrefslogtreecommitdiff
path: root/niri-config/src/debug.rs
diff options
context:
space:
mode:
Diffstat (limited to 'niri-config/src/debug.rs')
-rw-r--r--niri-config/src/debug.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/niri-config/src/debug.rs b/niri-config/src/debug.rs
index 040fcb79..bc09946c 100644
--- a/niri-config/src/debug.rs
+++ b/niri-config/src/debug.rs
@@ -1,7 +1,7 @@
use std::path::PathBuf;
#[derive(knuffel::Decode, Debug, Default, PartialEq)]
-pub struct DebugConfig {
+pub struct Debug {
#[knuffel(child, unwrap(argument))]
pub preview_render: Option<PreviewRender>,
#[knuffel(child)]