diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-06-18 11:11:55 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-06-18 14:01:34 +0300 |
| commit | eb59b10050d5806dd6dd42cfb9e93e1b65a24d4f (patch) | |
| tree | 4524d7468eab78cf8ed5db8b76dfde2c8f850591 | |
| parent | 986f2c14abad1b7a0663439bddee4e73d59dbd1a (diff) | |
| download | niri-eb59b10050d5806dd6dd42cfb9e93e1b65a24d4f.tar.gz niri-eb59b10050d5806dd6dd42cfb9e93e1b65a24d4f.tar.bz2 niri-eb59b10050d5806dd6dd42cfb9e93e1b65a24d4f.zip | |
config: Remove obsolete FIXME
| -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)] |
