diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-27 11:25:21 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-27 11:25:51 +0300 |
| commit | b02c5d2d36568cc2d555efd244ac6ab64acaa306 (patch) | |
| tree | 8094eea588b6588e0025cd1f569667bb69b73aba /niri-config/src/debug.rs | |
| parent | e5188da1f8e9d0656d8078cc0dc06aa5e41fb4c0 (diff) | |
| download | niri-b02c5d2d36568cc2d555efd244ac6ab64acaa306.tar.gz niri-b02c5d2d36568cc2d555efd244ac6ab64acaa306.tar.bz2 niri-b02c5d2d36568cc2d555efd244ac6ab64acaa306.zip | |
config: Rename DebugConfig => Debug
Diffstat (limited to 'niri-config/src/debug.rs')
| -rw-r--r-- | niri-config/src/debug.rs | 2 |
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)] |
