diff options
| -rw-r--r-- | niri-config/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/niri-config/src/lib.rs b/niri-config/src/lib.rs index 04dda809..b766072b 100644 --- a/niri-config/src/lib.rs +++ b/niri-config/src/lib.rs @@ -56,7 +56,6 @@ pub struct Config { pub workspaces: Vec<Workspace>, } -// FIXME: Add other devices. #[derive(knuffel::Decode, Debug, Default, PartialEq)] pub struct Input { #[knuffel(child, default)] @@ -152,7 +151,6 @@ pub enum TrackLayout { Window, } -// FIXME: Add the rest of the settings. #[derive(knuffel::Decode, Debug, Default, PartialEq)] pub struct Touchpad { #[knuffel(child)] |
