From eb59b10050d5806dd6dd42cfb9e93e1b65a24d4f Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 18 Jun 2024 11:11:55 +0300 Subject: config: Remove obsolete FIXME --- niri-config/src/lib.rs | 2 -- 1 file changed, 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, } -// 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)] -- cgit